summaryrefslogtreecommitdiff
path: root/bin/clean-git
diff options
context:
space:
mode:
Diffstat (limited to 'bin/clean-git')
-rwxr-xr-xbin/clean-git4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/clean-git b/bin/clean-git
index 9c27958..03e4701 100755
--- a/bin/clean-git
+++ b/bin/clean-git
@@ -4,8 +4,8 @@
# shellcheck disable=SC2119,SC2120
-# shellcheck source=../conf/default.conf
-. "${0%/*}/../conf/default.conf"
+# shellcheck source=../lib/load-configuration
+. "${0%/*}/../lib/load-configuration"
for repo in ${repo_names}; do
eval 'repo_path="${repo_paths__'"${repo}"'}"'