Skip to content

Commit

Permalink
Force quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Sep 18, 2019
1 parent 2de9910 commit 04cd48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EOF
}

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

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

0 comments on commit 04cd48b

Please sign in to comment.