fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9edb32dae7
commit
9b817107ce
@ -94,7 +94,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…
x
Reference in New Issue
Block a user