bin/cloud-expand in auser-poolparty-1.2.7 vs bin/cloud-expand in auser-poolparty-1.2.8

- old
+ new

@@ -15,10 +15,10 @@ short_desc "expands the cloud by a single instance" run do |command| @loaded_clouds.each do |cld| - vputs header("Expanding cloud #{cld.name}") + vputs "Expanding cloud #{cld.name}" vputs "#{cld.nodes(:status => "running").size} running instances of #{cld.maximum_instances} possible instances" vputs testing ? "Not expanding (test mode)" : "Expanding the cloud" if cld.maximum_instances > cld.nodes(:status => "running").size cld.launch_instance!(:cloud_name => cld.name) do |node| \ No newline at end of file