summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 4397a9f..dd5ae77 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -750,7 +750,7 @@ case $action in
remove) pkg_remove $* ;;
status) wrap pkg_status "$1" 'Checking package status' ;;
update) pkg_update $* ;;
- upgrade)
+ upgrade|pull)
(( AUTOUPDATE )) && pkg_update_remote
wrap pkg_upgrade "$1" 'Looking for updates'
;;