wrong operation name in preflight check
This commit is contained in:
parent
ba58997b9f
commit
099be9ff89
@ -128,7 +128,7 @@ if [ -z "$varsFile" ]; then
|
||||
fi
|
||||
|
||||
# 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."
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user