aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-03-30 22:45:19 +0100
committerAdam Vandenberg2013-03-30 16:22:55 -0700
commit249b77768499a27a7d1ce130b26249c2ebca92db (patch)
tree11f97e3da2da4245763435d8cadc2e842d490b97 /Library
parentec7dc78ba4f262d7332859aa85acf3d283de7978 (diff)
downloadbrew-249b77768499a27a7d1ce130b26249c2ebca92db.tar.bz2
Fix typo for pin command in bash_completion
Closes Homebrew/homebrew#18849. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/brew_bash_completion.sh2
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 ;;