fixed
This commit is contained in:
parent
8e3c277976
commit
59106f168a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user