aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-29 11:13:23 -0800
committerAdam Vandenberg2013-01-29 11:13:23 -0800
commit6a747a142045bb87b1cf386701158f34b3610559 (patch)
tree6a83e8819eb321e04d05287fa49decde7f9fa73e /Library
parent61f01632c6b869965832dd56411c2b3ed2bb82ca (diff)
downloadbrew-6a747a142045bb87b1cf386701158f34b3610559.tar.bz2
Add 'instal' to completions
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 848f9fb9f..1899152cf 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -428,7 +428,7 @@ _brew ()
diy|configure) _brew_diy ;;
fetch) _brew_fetch ;;
info|abv) _brew_info ;;
- install) _brew_install ;;
+ install|instal) _brew_install ;;
link|ln) _brew_link ;;
list|ls) _brew_list ;;
log) _brew_log ;;