Commit e4369ce0 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Fix typo in image scan script

parent 2f22703c
......@@ -2,7 +2,7 @@
set -e
if [ -z $1 && -z $2 ]; then
if [ -z $1 ] && [ -z $2 ]; then
echo "error: image name and arch name are required as arguments. exiting..."
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment