diff options
| author | Jaime Marquínez Ferrándiz | 2013-03-30 22:45:19 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-30 16:22:55 -0700 |
| commit | 9eae15216575eb50b96f3a7516cc48f9a8755aea (patch) | |
| tree | 6dfcfc6323780742cfb4c10a96e2dd67a69738fa /Library | |
| parent | 332e0fb20c640fa6951dddda23c0648f6bc2f455 (diff) | |
| download | homebrew-9eae15216575eb50b96f3a7516cc48f9a8755aea.tar.bz2 | |
Fix typo for pin command in bash_completion
Closes #18849.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 98c140d23..7dcf7bb5c 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -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 ;; |
