Fix syntax error
This commit is contained in:
parent
d79a7c0fcf
commit
dcad08339e
@ -16,7 +16,7 @@ module Homebrew
|
|||||||
if editor == "mate" or editor == "subl"
|
if editor == "mate" or editor == "subl"
|
||||||
# If the user is using TextMate or Sublime Text,
|
# If the user is using TextMate or Sublime Text,
|
||||||
# give a nice project view instead.
|
# give a nice project view instead.
|
||||||
exec_editor, HOMEBREW_REPOSITORY+"bin/brew",
|
exec_editor HOMEBREW_REPOSITORY+"bin/brew",
|
||||||
HOMEBREW_REPOSITORY+'README.md',
|
HOMEBREW_REPOSITORY+'README.md',
|
||||||
HOMEBREW_REPOSITORY+".gitignore",
|
HOMEBREW_REPOSITORY+".gitignore",
|
||||||
*library_folders
|
*library_folders
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user