mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-23 02:09:27 +08:00
Fixes a regression in update process added in #115
As #115 migrated list functions, after updating Oh My Fish code the omf.list_installed_packages gets removed, but is still being used by the update code. This commit fixes it by providing a wrapper function.
This commit is contained in:
parent
9539b50da2
commit
67c07cb6f6
5
pkg/omf/cli/omf.list_installed_packages.fish
Normal file
5
pkg/omf/cli/omf.list_installed_packages.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Backwards-compatible wrapper function
|
||||
# TODO: Remove it after 2015, December 13
|
||||
function omf.list_installed_packages
|
||||
omf.packages.list --installed --plugin
|
||||
end
|
Loading…
Reference in New Issue
Block a user