ruby-changes:58152
From: Kazuhiro <ko1@a...>
Date: Tue, 8 Oct 2019 00:00:53 +0900 (JST)
Subject: [ruby-changes:58152] 7abb02771a (master): Fix typo [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=7abb02771a From 7abb02771a188671a6ddc3ccbe87dcecc4fe645f Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Tue, 8 Oct 2019 00:00:24 +0900 Subject: Fix typo [ci skip] pointed out by ruby-trunk-changes diff --git a/tool/make-snapshot b/tool/make-snapshot index 666fd1d..78816c2 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -630,9 +630,9 @@ end https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L630 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 v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/