aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pacman-offline2
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