lib/omnibus/cli.rb in omnibus-6.0.30 vs lib/omnibus/cli.rb in omnibus-6.1.4
- old
+ new
@@ -89,10 +89,10 @@
project.build
if @options[:output_manifest]
FileUtils.mkdir_p("pkg")
File.open(::File.join("pkg", "version-manifest.json"), "w") do |f|
- f.write(FFI_Yajl::Encoder.encode(project.built_manifest.to_hash))
+ f.write(FFI_Yajl::Encoder.encode(project.built_manifest.to_hash, pretty: true))
end
end
end
register(Command::ChangeLog, "changelog", "changelog [COMMAND]", "Create and view changelogs")