Skip to content

Commit 9473048

Browse files
author
hastmu
committed
fixed pre-commit
1 parent ce7c507 commit 9473048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
BRANCH=$(git rev-parse --abbrev-ref HEAD)
1010
declare -A CHANGED=()
1111

12-
for item in "$(git diff --name-only --cached)"
12+
for item in $(git diff --name-only --cached)
1313
do
1414
echo "item: ${item}" >> .pre-commit.state.log
1515
found=0

0 commit comments

Comments
 (0)