Skip to content

Commit

Permalink
Fix bug in pre-commit hook code
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed May 11, 2024
1 parent d0ba51f commit a8a2e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git/hooks/pre-commit.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

declare -i status
status=0

PRECIOUS=$(which precious)
Expand Down

0 comments on commit a8a2e08

Please sign in to comment.