diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 97dd708afe..7327c41dfd 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'