From 79e776cb518dc2ad9ca4ccf63affa7fd0479ac79 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 29 Jan 2013 11:13:23 -0800 Subject: Add 'instal' to completions --- Library/Contributions/brew_bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 ;; -- cgit v1.2.3