Fix typo for pin command in bash_completion
Closes Homebrew/homebrew#18849. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ec7dc78ba4
commit
249b777684
@ -439,7 +439,7 @@ _brew ()
|
|||||||
missing) __brew_complete_formulae ;;
|
missing) __brew_complete_formulae ;;
|
||||||
options) _brew_options ;;
|
options) _brew_options ;;
|
||||||
outdated) _brew_outdated ;;
|
outdated) _brew_outdated ;;
|
||||||
pin) _brew_complete_formulae ;;
|
pin) __brew_complete_formulae ;;
|
||||||
search|-S) _brew_search ;;
|
search|-S) _brew_search ;;
|
||||||
tap) __brew_complete_taps ;;
|
tap) __brew_complete_taps ;;
|
||||||
uninstall|remove|rm) _brew_uninstall ;;
|
uninstall|remove|rm) _brew_uninstall ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user