Skip to content

Commit f71cede

Browse files
remove single quote around json
1 parent f0d1f3f commit f71cede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action_scripts/execute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ fi
1010
if [ -z "$QUERY_FILE_PATH" ]; then
1111
stackql exec "$QUERY" --auth="${AUTH}" --output="${OUTPUT}"
1212
else
13-
stackql exec -i "$QUERY_FILE_PATH" --auth="${AUTH}" --output="'${OUTPUT}'"
13+
stackql exec -i "$QUERY_FILE_PATH" --auth="${AUTH}" --output="${OUTPUT}"
1414
fi

0 commit comments

Comments
 (0)