bin/cloud-thrift in auser-poolparty-1.3.10 vs bin/cloud-thrift in auser-poolparty-1.3.11
- old
+ new
@@ -58,11 +58,11 @@
}.merge(command.opts)
if cmd == "query"
require "command_query_handler"
- @loaded_clouds.map do |cld|
- CommandQueryHandler.run_query(cld, ARGV.shift, ARGV, options)
+ @loaded_clouds.each do |cld|
+ puts CommandQueryHandler.run_query(cld, ARGV.shift, ARGV, options)
end
else
block = Proc.new do
handler = CommandInterfaceHandler.new
processor = CloudThrift::CommandInterface::Processor.new(handler)
\ No newline at end of file