mirror of https://github.com/k3s-io/k3s
Fix typo in image scan script
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/5594/head
parent
2f22703c9e
commit
e4369ce0a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue