1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typo [ci skip]

pointed out by ruby-trunk-changes
This commit is contained in:
Kazuhiro NISHIYAMA 2019-10-08 00:00:24 +09:00
parent 468184a996
commit 7abb02771a
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -630,9 +630,9 @@ end
yaml = info.values.to_yaml
json = info.values.to_json
puts "#{$colorize.pass('JSON:')}"
puts yaml
puts "#{$colorize.pass('YAML:')}"
puts yaml
puts "#{$colorize.pass('JSON:')}"
puts json
infodir = Pathname(destdir) + 'info'
infodir.mkpath