Skip to content

Commit

Permalink
little fix in the information message
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-guy authored Jan 7, 2022
1 parent aedd7ed commit cb157fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
# - otherwise, install the specified version.
case ${{ inputs.version }} in
tip)
echo "Installing ko using go get"
echo "Installing ko using go install"
go install github.com/google/ko@main
;;
latest-release)
Expand Down

0 comments on commit cb157fa

Please sign in to comment.