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

-fixed shellcheck issue

parent 0fb0eb02
Branches
No related tags found
No related merge requests found
Pipeline #6769 passed
...@@ -345,7 +345,7 @@ get_cli_args() { ...@@ -345,7 +345,7 @@ get_cli_args() {
exit 1 exit 1
fi fi
if [[ ! -f "${FILE_NAME}" ]]; then if [[ ! -f "${FILE_NAME}" ]]; then
error "filename '$FILE_NAME' for param --single-file does not exist!" error "filename '${FILE_NAME}' for param --single-file does not exist!"
exit 1 exit 1
fi fi
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment