bin/cloud in auser-poolparty-1.3.16 vs bin/cloud in auser-poolparty-1.3.17

- old
+ new

@@ -31,9 +31,10 @@ $TESTING = true if command[:verbose] $VERY_VERBOSE = true if command[:very_verbose] $DEBUGGING = true if command[:debug] $VERY_DEBUGGING = true if command[:very_debug] + PoolParty::Pool.command = command @loaded_pool = PoolParty::Pool.find_and_load_default_clouds_dot_rb(command[:clouds_dot_rb]) @loaded_clouds = command[:name] ? [clouds[command[:name]]] : @loaded_pool.clouds.map {|name,cld|cld} @loaded_clouds.map do |cld| cld.verbose = command[:verbose] cld.debug = command[:debug] \ No newline at end of file