Merge pull request #8879 from aktriver/fix-fish-completion

Fix running deprecated command in fish completion
This commit is contained in:
Mike McQuaid 2020-10-08 16:47:34 +01:00 committed by GitHub
commit c31ce96066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ function __fish_brew_suggest_services -d "Lists available services"
end
function __fish_brew_suggest_casks_installed -d "Lists installed casks"
brew cask list -1
brew list --cask -1
end
function __fish_brew_suggest_casks_outdated -d "Lists outdated casks with the information about potential upgrade"