diff options
Diffstat (limited to 'rebuildpkgs.in')
-rw-r--r-- | rebuildpkgs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuildpkgs.in b/rebuildpkgs.in index 5091dc2..164bf08 100644 --- a/rebuildpkgs.in +++ b/rebuildpkgs.in @@ -22,7 +22,7 @@ fi # Source makepkg.conf; fail if it is not found if [[ -r '/etc/makepkg.conf' ]]; then - # shellcheck source=makepkg-x86_64.conf + # shellcheck source=config/makepkg/x86_64.conf source '/etc/makepkg.conf' else die '/etc/makepkg.conf not found!' |