summaryrefslogtreecommitdiffstats
path: root/renew-config
diff options
context:
space:
mode:
Diffstat (limited to 'renew-config')
-rwxr-xr-xrenew-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/renew-config b/renew-config
index 937025e..5536b0c 100755
--- a/renew-config
+++ b/renew-config
@@ -22,7 +22,7 @@ if [ -n "$(git rev-list HEAD..origin/master)" ]; then
fi
# update symlinks (needed for repo validation)
-$(dirname $0)/prepare-repository
+$BINDIR/prepare-repository
if ! bcfg2-lint -Q "$REPO"; then
error "$REPO: bcfg2-lint detected errors."