From c5740264d10bc94e9157058e0aade9dcdc3edf3c Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Wed, 14 Aug 2024 11:47:06 +0200
Subject: [PATCH] -fixed shellcheck issue

---
 src/usr/local/bin/validate_workflow.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/usr/local/bin/validate_workflow.sh b/src/usr/local/bin/validate_workflow.sh
index 69bad62..910db0f 100755
--- a/src/usr/local/bin/validate_workflow.sh
+++ b/src/usr/local/bin/validate_workflow.sh
@@ -345,7 +345,7 @@ get_cli_args() {
             exit 1
         fi
         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
         fi
       else
-- 
GitLab