This commit is contained in:
amartynov 2015-08-20 17:21:41 +03:00
parent 8e3c277976
commit 59106f168a

View File

@ -258,7 +258,7 @@ module Devops
@out << "\nRun chef-client on '#{@server.chef_node_name}'\n"
cmd = "chef-client --no-color"
if deploy_info["use_json_file"]
deploy_info.delete["use_json_file"]
deploy_info.delete("use_json_file")
@out << "Build information:\n"
json = JSON.pretty_generate(deploy_info)
@out << json