Skip to content
Snippets Groups Projects
Commit c23dfd0b authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed variable name

parent 264aa654
Branches
No related tags found
No related merge requests found
Pipeline #6793 passed
...@@ -325,7 +325,7 @@ get_cli_args() { ...@@ -325,7 +325,7 @@ get_cli_args() {
|| [[ -n "${VALID_FOLDER}" ]] \ || [[ -n "${VALID_FOLDER}" ]] \
|| [[ -n "${INVALID_FOLDER}" ]] \ || [[ -n "${INVALID_FOLDER}" ]] \
|| [[ "${FILES_MODE}" = "sort" ]] \ || [[ "${FILES_MODE}" = "sort" ]] \
|| [[ "${SINGLE_FILE}" -eq 1 ]] \ || [[ "${WITH_SINGLE_FILE}" -eq 1 ]] \
; then ; then
error "param --pipe not combinable with params --daemon, --result-folder, --watch-folder, --valid-folder, --invalid-folder, --files-mode" error "param --pipe not combinable with params --daemon, --result-folder, --watch-folder, --valid-folder, --invalid-folder, --files-mode"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment