summaryrefslogtreecommitdiff
path: root/bin/post-commit.githook
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-14 22:24:38 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-14 22:26:38 -0400
commitee71849692690e9cd81852434f5babb5d63dc8bb (patch)
tree9f3a4bd7d52b212f0ed500253a88c32707bb6aa7 /bin/post-commit.githook
parentbde47bb5b29aae57f1cc682192bd31d2d9b477e4 (diff)
Run pre-generate server-side if it didn't already run
Diffstat (limited to 'bin/post-commit.githook')
-rwxr-xr-xbin/post-commit.githook1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/post-commit.githook b/bin/post-commit.githook
index 997afa3..5b05947 100755
--- a/bin/post-commit.githook
+++ b/bin/post-commit.githook
@@ -3,4 +3,3 @@ set -e
d="$(dirname -- "$(readlink -f -- "$0")")"
"$d"/auto-changelog
-"$d"/pre-generate &>/dev/tty &