We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ba583 commit 6d8a5a3Copy full SHA for 6d8a5a3
1 file changed
build.sh
@@ -25,8 +25,8 @@ case "$1" in
25
"$1")
26
echo "Invalid argument $1"
27
echo "Valid arguments:"
28
- echo "$0 build - to build docker images"
29
- echo "$0 push - to push built images to docker hub"
+ echo "$0 build - to build Docker images"
+ echo "$0 push - to push built images to Docker Hub"
30
exit 1
31
;;
32
esac
0 commit comments