Skip to content

Commit 43ad06e

Browse files
committed
Double quote the correct things
1 parent f24321d commit 43ad06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
1515

16-
haml-lint "$(config $INPUT_HAML_LINT_CONFIG)" . \
16+
haml-lint "$(config "$INPUT_HAML_LINT_CONFIG")" . \
1717
| reviewdog -efm="%f:%l [%t] %m" \
1818
-name="haml-lint" \
1919
-reporter="${INPUT_REPORTER:-github-pr-check}" \

0 commit comments

Comments
 (0)