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:
parent
468184a996
commit
7abb02771a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue