mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue