Skip to content

Commit

Permalink
chore: fix output message
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Dec 1, 2021
1 parent 779af32 commit 8c5b58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/run-tests-go-get-u.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ GO111MODULE="on" go get -u "github.com/KEINOS/Hello-Cobra/hello-cobra@latest" ||
}

hello-cobra --version | grep "hello-cobra version" || {
echo >&2 "failed to execute command. Version info is missing"
echo >&2 "failed to execute command. The output does not contain a valid version info."
exit 1
}
2 changes: 1 addition & 1 deletion .github/run-tests-go-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ go install "github.com/KEINOS/Hello-Cobra/hello-cobra@latest" || {
}

hello-cobra --version | grep "hello-cobra version" || {
echo >&2 "failed to execute command. Version info is missing"
echo >&2 "failed to execute command. The output does not contain a valid version info."
exit 1
}

0 comments on commit 8c5b58a

Please sign in to comment.