From e4369ce0a860d65d37d93ff2a7320fdfdd2d832e Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 20 Apr 2022 12:21:46 -0700 Subject: [PATCH] Fix typo in image scan script Signed-off-by: Brad Davidson --- scripts/image_scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image_scan.sh b/scripts/image_scan.sh index 9859c4c4c8..3b6720cad9 100755 --- a/scripts/image_scan.sh +++ b/scripts/image_scan.sh @@ -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