mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fix typo [ci skip]
pointed out by ruby-trunk-changes
This commit is contained in:
parent
468184a996
commit
7abb02771a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user