Skip to content

Commit bac719a

Browse files
committed
Use quotes
1 parent 58ecc16 commit bac719a

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 *.* | while read x; do git add $x; done
22+
find $INPUT_PATH -name "*.*" | 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)