bin/cloud in auser-poolparty-1.2.10 vs bin/cloud in auser-poolparty-1.2.11
- old
+ new
@@ -29,10 +29,10 @@
@loaded_pool = load_pool( command[:spec] ? command[:spec] : Binary.get_existing_spec_location)
@loaded_clouds = command[:cloud_name] ? [clouds[command[:cloud_name].to_sym]] : clouds.map {|k,c| c }
@loaded_clouds.each do |cld|
cld.verbose command[:verbose]
- cld.debug command[:debug]
+ cld.debugging = command[:debug]
end
end
run do |command|
subcommands = GitStyleBinary.list_subcommands
\ No newline at end of file