diff options
Diffstat (limited to 'Library')
| -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' |
