summaryrefslogtreecommitdiff
path: root/bin/post-commit.githook
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-13 21:23:54 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-13 21:23:54 -0500
commit1e0c5f3edfd1c5c59563b31dfc7e0e395fef53ca (patch)
treee496ea616da56836cce004b8cbb66257e5fe062b /bin/post-commit.githook
parent8fc346426bad64035330c8b394b8a515beb8d9d5 (diff)
Fix
Diffstat (limited to 'bin/post-commit.githook')
-rwxr-xr-xbin/post-commit.githook2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-commit.githook b/bin/post-commit.githook
index 3f576e6..997afa3 100755
--- a/bin/post-commit.githook
+++ b/bin/post-commit.githook
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
-d="$(dirname -- "$0")"
+d="$(dirname -- "$(readlink -f -- "$0")")"
"$d"/auto-changelog
"$d"/pre-generate &>/dev/tty &