Skip to content

Commit 6d8a5a3

Browse files
committed
Fix grammar of error log
1 parent f6ba583 commit 6d8a5a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ case "$1" in
2525
"$1")
2626
echo "Invalid argument $1"
2727
echo "Valid arguments:"
28-
echo "$0 build - to build docker images"
29-
echo "$0 push - to push built images to docker hub"
28+
echo "$0 build - to build Docker images"
29+
echo "$0 push - to push built images to Docker Hub"
3030
exit 1
3131
;;
3232
esac

0 commit comments

Comments
 (0)