Skip to content
Snippets Groups Projects
Commit 249b7776 authored by Jaime Marquínez Ferrándiz's avatar Jaime Marquínez Ferrándiz Committed by Adam Vandenberg
Browse files

Fix typo for pin command in bash_completion


Closes Homebrew/homebrew#18849.

Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
parent ec7dc78b
No related branches found
No related tags found
No related merge requests found
......@@ -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 ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment