diff options
Diffstat (limited to 'Library/Homebrew/cmd/edit.rb')
| -rw-r--r-- | Library/Homebrew/cmd/edit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/edit.rb b/Library/Homebrew/cmd/edit.rb index a81280004..ad9db48e1 100644 --- a/Library/Homebrew/cmd/edit.rb +++ b/Library/Homebrew/cmd/edit.rb @@ -16,7 +16,7 @@ module Homebrew if editor == "mate" or editor == "subl" # If the user is using TextMate or Sublime Text, # give a nice project view instead. - exec editor, HOMEBREW_REPOSITORY+"bin/brew", + exec_editor, HOMEBREW_REPOSITORY+"bin/brew", HOMEBREW_REPOSITORY+'README.md', HOMEBREW_REPOSITORY+".gitignore", *library_folders |
