Skip to content

Commit

Permalink
Silence git commit summary
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sampliner committed Mar 29, 2024
1 parent 6c48d19 commit dc6812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let
git add .
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git commit -m "init"
git commit -m "init" -q
if [[ ${toString (compare install_stages [ "manual" ])} -eq 0 ]]
then
echo "Running: $ pre-commit run --hook-stage manual --all-files"
Expand Down

0 comments on commit dc6812e

Please sign in to comment.