diff options
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index cf2ea6c..f979da3 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -4,7 +4,7 @@ # Details: # https://github.com/archlinux32/builder/wiki/Build-system#get-package-updates -# shellcheck source=conf/default.conf +# shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" # TODO: Find out, why sometimes package updates are missed. |