aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/hooks/post-commit
diff options
context:
space:
mode:
Diffstat (limited to '.extras/hooks/post-commit')
-rwxr-xr-x.extras/hooks/post-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.extras/hooks/post-commit b/.extras/hooks/post-commit
index c9241ae..8c6492b 100755
--- a/.extras/hooks/post-commit
+++ b/.extras/hooks/post-commit
@@ -3,7 +3,7 @@
set -u
REPO_ROOT=$(git rev-parse --show-toplevel)
-SBO_DIR="$REPO_ROOT/SBo"
+SBO_DIR="$REPO_ROOT/.extras/SBo"
# Find packages whose .SlackBuild was added (A) or modified (M) in this commit.
# git diff-tree output format: <status>\t<file>