summaryrefslogtreecommitdiff
path: root/scripts/update-git-remotes
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-git-remotes')
-rwxr-xr-x[-rw-r--r--]scripts/update-git-remotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-git-remotes b/scripts/update-git-remotes
index 8048d54..04300cc 100644..100755
--- a/scripts/update-git-remotes
+++ b/scripts/update-git-remotes
@@ -4,7 +4,7 @@
# TODO: detect users' git address changes
#
-if ! ./scripts/check_db_safety; then
+if ! `dirname "$0"`/check_db_safety; then
exit 1
fi