lib/falcon/command/virtual.rb in falcon-0.26.0 vs lib/falcon/command/virtual.rb in falcon-0.27.0
- old
+ new
@@ -57,10 +57,10 @@
hosts = Hosts.new(configuration)
return hosts.run(@options)
end
- def invoke(parent)
+ def call
container = run(parent.verbose?)
container.wait
end
end