diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-22 20:44:32 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-22 20:44:32 +0200 |
commit | b48cb3ff989c7c8ad89f04c8eda5a0e8cf091bf7 (patch) | |
tree | 250a8f2a2057663aafb1402c0344f98121c91f28 /hooks | |
parent | 34e60841a44ee688792e87863aa67db469d39fa8 (diff) | |
download | appstore-b48cb3ff989c7c8ad89f04c8eda5a0e8cf091bf7.tar.gz appstore-b48cb3ff989c7c8ad89f04c8eda5a0e8cf091bf7.tar.bz2 appstore-b48cb3ff989c7c8ad89f04c8eda5a0e8cf091bf7.tar.xz appstore-b48cb3ff989c7c8ad89f04c8eda5a0e8cf091bf7.zip |
wip
Diffstat (limited to 'hooks')
-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 |