From c53f7e99e22283ac36065e40c1223016bb288315 Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Tue, 15 Sep 2020 11:54:34 -0700 Subject: [PATCH] update error message Signed-off-by: Brian Downs --- 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 aa5ece5a72..dc0c103597 100755 --- a/scripts/image_scan.sh +++ b/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