bin/sdc-createmachinesnapshot in smartdc-0.3.0 vs bin/sdc-createmachinesnapshot in smartdc-0.4.0
- old
+ new
@@ -19,10 +19,9 @@
exit
end
end
begin
- client.request.return_variable = 'json'
puts client.machines(ARGV[0]).snapshots.create options
rescue => e
- puts e
+ puts e.inspect
end
\ No newline at end of file