Skip to content

Commit 36788e0

Browse files
authored
Fixed typo error
Fixed unknow -> unknown
1 parent 774d89f commit 36788e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

set_ocicredentials.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ EOF
5353
exit 0
5454
;;
5555
*) # unknown command
56-
echo "Unknow command. Use [set_ocicredentials -h] for help."
56+
echo "Unknown command. Use [set_ocicredentials -h] for help."
5757
exit 1
5858
shift # past argument
5959
;;

0 commit comments

Comments
 (0)