aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/tap-readme.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/tap-readme.rb')
-rw-r--r--Library/Homebrew/cmd/tap-readme.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/tap-readme.rb b/Library/Homebrew/cmd/tap-readme.rb
index 3ec901bee..c6c5b262f 100644
--- a/Library/Homebrew/cmd/tap-readme.rb
+++ b/Library/Homebrew/cmd/tap-readme.rb
@@ -25,7 +25,7 @@ module Homebrew
EOS
puts template if ARGV.verbose?
- path = Pathname.new('./README.md')
+ path = Pathname.new("./README.md")
raise "#{path} already exists" if path.exist?
path.write template
end