Browse Source

update error message

Signed-off-by: Brian Downs <brian.downs@gmail.com>
pull/2253/head
Brian Downs 4 years ago
parent
commit
c53f7e99e2
  1. 2
      scripts/image_scan.sh

2
scripts/image_scan.sh

@ -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

Loading…
Cancel
Save