fixup! Add debug mode parameter.

This commit is contained in:
2024-08-22 22:54:23 +01:00
parent d4b99cb84e
commit c8dba1132e
+1 -1
View File
@@ -35,7 +35,7 @@ if [[ ! -z "$INPUT_EXISTING" ]]; then
FLAGS="${FLAGS} -e"
fi
if [[ ! =z "$INPUT_DEBUGMODE"]]; then
if [[ ! -z "$INPUT_DEBUGMODE" ]]; then
FLAGS="${FLAGS} --debug"
fi