diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/header-hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/header-hook b/lib/header-hook index ccd343e..96ec9db 100644 --- a/lib/header-hook +++ b/lib/header-hook @@ -3,6 +3,6 @@ set -e set -u -APPSTORE_HOME=$(cd $(dirname "$0")/.. && pwd) +APPSTORE_HOME=$(git config appstore.home) . $APPSTORE_HOME/lib/common |