Skip to content

Commit 04cd48b

Browse files
committed
Force quotes
1 parent 2de9910 commit 04cd48b

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
@@ -19,7 +19,7 @@ EOF
1919
}
2020

2121
add() {
22-
find $INPUT_PATH -name $INPUT_PATTERN | while read x; do git add $x; done
22+
find $INPUT_PATH -name "$INPUT_PATTERN" | while read x; do git add $x; done
2323
}
2424

2525
# This is needed to make the check work for untracked files

0 commit comments

Comments
 (0)