diff options
| author | Adam Vandenberg | 2013-11-28 11:21:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-28 11:21:54 -0800 |
| commit | f2568ac637fd1df5e302a801e5059eeed3ceaa5d (patch) | |
| tree | fca37e8b5f940aff5b9c6268a683ad670248ec25 /Library/Homebrew/utils.rb | |
| parent | 0581532fdc68fc5b624cfa32b49c21552c90b4c2 (diff) | |
| download | brew-f2568ac637fd1df5e302a801e5059eeed3ceaa5d.tar.bz2 | |
typo
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 97dd708af..7327c41df 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -178,7 +178,7 @@ def which_editor # Find Textmate return 'mate' if which "mate" - # Find # BBEdit / TextWrangler + # Find BBEdit / TextWrangler return 'edit' if which "edit" # Default to vim return '/usr/bin/vim' |
