mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
This commit is contained in:
parent
75dca097b8
commit
a1018b2c5f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ eom
|
|||
unless ver.include?("-")
|
||||
# assume this is X.Y.0 release
|
||||
node.sub!(/^ status: preview\n/, " status: normal maintenance\n")
|
||||
node.sub!(/^ date:\n/, " status: #{Time.now.year}-12-25\n")
|
||||
node.sub!(/^ date:\n/, " date: #{Time.now.year}-12-25\n")
|
||||
end
|
||||
node
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue