Skip to content

Commit

Permalink
Merge pull request #3539 from jbaublitz/githooks-fix
Browse files Browse the repository at this point in the history
Fix for githooks
  • Loading branch information
mulkieran authored Jan 23, 2024
2 parents 610a831 + 5b527c6 commit 26debd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export PROFILEDIR=debug

make fmt-ci &&
make build &&
make stratis-dumpmetadata &&
make stratisd-tools &&
make build-min &&
make build-no-ipc &&
make test &&
Expand Down

0 comments on commit 26debd1

Please sign in to comment.