OSDN Git Service

t#32313:add sheet copy
[pettanr/pettanr.git] / script / sbt_helper.rb
index bdfa029..2dd5120 100644 (file)
@@ -32,5 +32,5 @@ replace_system_picture json, wd
 \r
 puts "generating " + outputfile\r
 File.open(outputfile, 'w') do |f|\r
-  f.write json.to_json.to_s\r
+  f.write JSON.pretty_generate(json)\r
 end\r