update error message

Signed-off-by: Brian Downs <brian.downs@gmail.com>
This commit is contained in:
Brian Downs
2020-09-15 11:54:34 -07:00
parent f4c12a44ee
commit c53f7e99e2

View File

@@ -7,7 +7,7 @@ if [ -n ${DEBUG} ]; then
fi
if [ -z $1 ]; then
echo "error: image tag required as argument. exiting..."
echo "error: image name required as argument. exiting..."
exit 1
fi