summaryrefslogtreecommitdiff
path: root/template/hooks/post-checkout
diff options
context:
space:
mode:
Diffstat (limited to 'template/hooks/post-checkout')
-rwxr-xr-xtemplate/hooks/post-checkout2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/hooks/post-checkout b/template/hooks/post-checkout
index 2a619e25..c7ab2433 100755
--- a/template/hooks/post-checkout
+++ b/template/hooks/post-checkout
@@ -9,4 +9,4 @@ else
set "$old" "$new"
fi
-exec ./libexec/oasis/perms-hook "$@"
+exec "$(git config oasis.root)"/libexec/oasis/perms-hook "$@"