diff options
| author | Max Howell | 2010-11-13 22:45:53 +0000 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-03-12 11:55:05 -0800 | 
| commit | 28d0d165a7e1117249b301ea1fd717eb11c63d15 (patch) | |
| tree | d1f32bbef50a89f1a5145ddca59013f6f7856eb0 | |
| parent | 167721c4ab37c4e61171c1c5aa70bed800ff0a8b (diff) | |
| download | homebrew-28d0d165a7e1117249b301ea1fd717eb11c63d15.tar.bz2 | |
Support the `brew instal` typo
Because `gem instal` works too.
| -rwxr-xr-x | bin/brew | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -55,6 +55,7 @@ begin               '-S' => :search,               'up' => :update,               'ln' => :link, +             'instal' => :install, # gem does the same               'rm' => :uninstall,               'remove' => :uninstall,               'configure' => :diy, | 
