From 7abb02771a188671a6ddc3ccbe87dcecc4fe645f Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 8 Oct 2019 00:00:24 +0900 Subject: Fix typo [ci skip] pointed out by ruby-trunk-changes --- tool/make-snapshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tool/make-snapshot') diff --git a/tool/make-snapshot b/tool/make-snapshot index 666fd1da84..78816c2d85 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -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 -- cgit v1.2.1