Skip to content

Commit

Permalink
Undo bash change
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Robinson <[email protected]>
  • Loading branch information
henryr committed Apr 10, 2024
1 parent d859fd0 commit 844a729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/git/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if [ -z "$GIT_DIR" ]; then
GIT_DIR="${DIR}/.."
fi

#for hook in $GIT_DIR/../misc/git/hooks/*; do
# $hook
#done
for hook in $GIT_DIR/../misc/git/hooks/*; do
$hook
done

0 comments on commit 844a729

Please sign in to comment.