summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtool/make-snapshot4
1 files changed, 2 insertions, 2 deletions
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