Skip to content

Commit f985128

Browse files
authored
Fix #3 -- Add missing quotes
1 parent a7c58cd commit f985128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relint-pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22

33
set -eo pipefail
4-
git diff --staged | relint --diff ${@:1}
4+
git diff --staged | relint --diff "${@:1}"

0 commit comments

Comments
 (0)