Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
typo in post-commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlke committed Nov 23, 2012
1 parent 9782a3e commit 988e490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .githooks/post-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

if [ -a .commit ]; then
rm .commit
git add js/tagit.min.js -
git commit --ammend -C HEAD --no-verify -q
git add js/tagit.min.js -q
git commit --amend -C HEAD --no-verify -q
fi

./update_gh_pages.sh
Expand Down

0 comments on commit 988e490

Please sign in to comment.