Skip to content

Commit

Permalink
Merge pull request #3 from developer-guy/patch-1
Browse files Browse the repository at this point in the history
little fix in the information message
  • Loading branch information
imjasonh authored Jan 7, 2022
2 parents aedd7ed + cb157fa commit 5aee15a
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 5aee15a

Please sign in to comment.