lib/chef-cli/command/push.rb in chef-cli-1.0.3 vs lib/chef-cli/command/push.rb in chef-cli-1.0.6
- old
+ new
@@ -70,9 +70,10 @@
@ui = UI.new
end
def run(params = [])
return 1 unless apply_params!(params)
+
push.run
0
rescue PolicyfileServiceError => e
handle_error(e)
1