Skip to content

Commit

Permalink
feat(devel): show install link provided as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 4, 2023
1 parent 7c94f89 commit cb7ae41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-assets/tasks/darwin/check_helm_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if [[ $RESULT =~ $1 ]];
then
echo "Plugin found! Info: $RESULT"
else
echo "Plugin not found"
echo "Plugin not found. Install it from here: $2"
exit 1
fi
2 changes: 1 addition & 1 deletion dev-assets/tasks/linux/check_helm_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if [[ $RESULT =~ $1 ]];
then
echo "Plugin found! Info: $RESULT"
else
echo "Plugin not found"
echo "Plugin not found. Install it from here: $2"
exit 1
fi

0 comments on commit cb7ae41

Please sign in to comment.