tap-readme: fix for Ruby 1.8
Closes Homebrew/homebrew#48281. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
da500eec6a
commit
f9fd251605
@ -4,7 +4,7 @@ module Homebrew
|
||||
raise "A name is required" if name.nil?
|
||||
|
||||
titleized_name = name.dup
|
||||
titleized_name[0] = titleized_name[0].upcase
|
||||
titleized_name[0..0] = titleized_name[0..0].upcase
|
||||
|
||||
template = <<-EOS.undent
|
||||
# Homebrew #{titleized_name}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user