lib/proto/command_interface_handler.rb in auser-poolparty-1.3.0 vs lib/proto/command_interface_handler.rb in auser-poolparty-1.3.1
- old
+ new
@@ -1,7 +1,7 @@
class CommandInterfaceHandler
def run_command(cld, command, args)
-
+
cr = CloudThrift::CloudResponse.new
cr.name = cld.name
cr.command = command
resp = begin
the_cloud = clouds[cld.name]
\ No newline at end of file