Skip to content

Commit 7abb027

Browse files
committed
Fix typo [ci skip]
pointed out by ruby-trunk-changes
1 parent 468184a commit 7abb027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/make-snapshot

+2-2
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,9 @@ end
630630

631631
yaml = info.values.to_yaml
632632
json = info.values.to_json
633-
puts "#{$colorize.pass('JSON:')}"
634-
puts yaml
635633
puts "#{$colorize.pass('YAML:')}"
634+
puts yaml
635+
puts "#{$colorize.pass('JSON:')}"
636636
puts json
637637
infodir = Pathname(destdir) + 'info'
638638
infodir.mkpath

0 commit comments

Comments
 (0)