index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/clean-cache | 2 |
diff --git a/bin/clean-cache b/bin/clean-cache index 6e674f9..a2fca62 100755 --- a/bin/clean-cache +++ b/bin/clean-cache @@ -1,6 +1,6 @@ #!/bin/sh -# shellcheck source=conf/default.conf +# shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" if [ $# -eq 0 ]; then |