diff options
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 2 |
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 |