mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix typo in image scan script
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
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
Block a user