Skip to content

Commit f49a36d

Browse files
committed
Add quotes to pass shellcheck
1 parent 46096c6 commit f49a36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if [[ "$BUILD_DIR" = false ]]; then
140140
git config --global user.name "10upbot on GitHub"
141141

142142
# Ensure git archive will pick up any changed files in the directory try.
143-
test $(git ls-files --deleted) && git rm $(git ls-files --deleted)
143+
test "$(git ls-files --deleted)" && git rm "$(git ls-files --deleted)"
144144
if [ -n "$(git status --porcelain --untracked-files=all)" ]; then
145145
git add .
146146
git commit -m "Include build step changes"

0 commit comments

Comments
 (0)