diff options
-rwxr-xr-x | bin/pacman-offline | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pacman-offline b/bin/pacman-offline index 3c7f3d3..a8fddf5 100755 --- a/bin/pacman-offline +++ b/bin/pacman-offline @@ -20,7 +20,7 @@ TIMER=0 while getopts 'cfhrty' opt; do case ${opt} in c) - if pacconf 'CleanMethod' | grep -q 'KeepCurrent'; then + if pacman-conf 'CleanMethod' | grep -q 'KeepCurrent'; then CLEAN=1 else echo 'The clean method is not set to keep current. Not cleaning.' >&2 |