wrong operation name in preflight check
This commit is contained in:
parent
ba58997b9f
commit
099be9ff89
@ -128,7 +128,7 @@ if [ -z "$varsFile" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# list without archive
|
# list without archive
|
||||||
if [ "$operation" = 'list' ] && [ -z "$archiveName" ]; then
|
if [ "$operation" = 'viewarchive' ] && [ -z "$archiveName" ]; then
|
||||||
consoleError 1 "List operation requested but no archive name provided. Please use '--list-all' for a list of all available archives."
|
consoleError 1 "List operation requested but no archive name provided. Please use '--list-all' for a list of all available archives."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user