summaryrefslogtreecommitdiff
path: root/hooks/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-xhooks/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
index ced1fc4..a2835de 100755
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -3,7 +3,7 @@
set -e
set -u
-APPSTORE_HOME=$(cd $(dirname "$0")/.. && pwd)
+APPSTORE_HOME=$(git config appstore.home)
. $APPSTORE_HOME/lib/common
# HEADER END