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:
Jaime Marquínez Ferrándiz 2013-03-30 22:45:19 +01:00 committed by Adam Vandenberg
parent ec7dc78ba4
commit 249b777684

View File

@ -439,7 +439,7 @@ _brew ()
missing) __brew_complete_formulae ;;
options) _brew_options ;;
outdated) _brew_outdated ;;
pin) _brew_complete_formulae ;;
pin) __brew_complete_formulae ;;
search|-S) _brew_search ;;
tap) __brew_complete_taps ;;
uninstall|remove|rm) _brew_uninstall ;;