Skip to content

Commit d2406b0

Browse files
ArcticLampyridpbrisbin
authored andcommitted
fix: migrate legacy __fish_print_packages (which is broken now) to __fish_print_pacman_packages
1 parent 1194d11 commit d2406b0

File tree

1 file changed

+1
-1
lines changed
  • dist/completion/downgrade

1 file changed

+1
-1
lines changed

dist/completion/downgrade/fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set -l cmd downgrade
2-
complete -c $cmd -xa "(__fish_print_packages)"
2+
complete -c $cmd -xa "(__fish_print_pacman_packages)"
33
complete -c $cmd -l pacman -xa "(complete -C(commandline -ct))" -d 'pacman command to use'
44
complete -c $cmd -l pacman-conf -r -d 'pacman configuration file'
55
complete -c $cmd -l pacman-cache -r -d 'pacman cache directory'

0 commit comments

Comments
 (0)