Skip to content

Commit

Permalink
fix(test): add help to test command
Browse files Browse the repository at this point in the history
  • Loading branch information
claywd committed Apr 23, 2023
1 parent 9b70f55 commit 7b4381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

GH_REPO="https://github.com/kubefirst/kubefirst"
TOOL_NAME="kubefirst"
TOOL_TEST="kubefirst"
TOOL_TEST="kubefirst help"

fail() {
echo -e "asdf-$TOOL_NAME: $*"
Expand Down

0 comments on commit 7b4381d

Please sign in to comment.