Skip to content

Commit

Permalink
chore: wrap shell args in quotes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Sep 25, 2023
1 parent 5fb1fac commit 0c19b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/templates/hook.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ call_lefthook()
npx @evilmartians/lefthook "$@"
elif swift package plugin lefthook >/dev/null 2>&1
then
swift package --disable-sandbox plugin lefthook $@
swift package --disable-sandbox plugin lefthook "$@"
else
echo "Can't find lefthook in PATH"
{{- if .AssertLefthookInstalled}}
Expand Down

0 comments on commit 0c19b9b

Please sign in to comment.