Skip to content

Commit 875d304

Browse files
committed
Fixed yeet
1 parent 65cb714 commit 875d304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rc/shell/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function package_manager_command() {
4444
local PACKAGE_MANAGER_FAMILY
4545

4646
case "${1}" in
47-
install|search|uninstall|update|upgrade|-* )
47+
info|install|list|search|uninstall|update|upgrade|-* )
4848
OPERATION="${1}"
4949
shift
5050
;;

0 commit comments

Comments
 (0)