Skip to content

Commit

Permalink
Updated pre-commit hook for help2man
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Handa committed Sep 8, 2020
1 parent e0b7546 commit 13a45eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ echo -e "\`\`\`" >> HELP.md
exec git add HELP.md

# Update logo-ls.1.gz
help2man -N -I logo-ls.h2m -o logo-ls.1 ./logo-ls
gzip -f logo-ls.1
exec help2man -N -I logo-ls.h2m -o logo-ls.1 ./logo-ls
exec gzip -f logo-ls.1
exec git add logo-ls.1.gz

exit 0

0 comments on commit 13a45eb

Please sign in to comment.