index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/clean-git | 2 |
diff --git a/bin/clean-git b/bin/clean-git index 2504f2b..00f634d 100755 --- a/bin/clean-git +++ b/bin/clean-git @@ -2,7 +2,7 @@ # clean git repositories -# shellcheck source=conf/default.conf +# shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" for repo in ${repo_names}; do |