Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva committed Jun 23, 2024
1 parent 2a9a40d commit 7a228e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git config --global credential.helper '!f() {
}; f'

if [ "--" == "${1:-""}" ]; then
exec $@
exec "$@"
fi

exec git $@
exec git "$@"

0 comments on commit 7a228e6

Please sign in to comment.