summaryrefslogtreecommitdiff
path: root/public/git-go-pre-commit.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/git-go-pre-commit.md')
-rw-r--r--public/git-go-pre-commit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/git-go-pre-commit.md b/public/git-go-pre-commit.md
index 98e7b28..b9d4389 100644
--- a/public/git-go-pre-commit.md
+++ b/public/git-go-pre-commit.md
@@ -31,7 +31,7 @@ that is staged for commit; here's my `.git/hooks/pre-commit`:
# This would only loop over files that are already staged for commit.
# git diff --cached --numstat |
# while read add del file; do
- # ...
+ # …
# done
shopt -s globstar