lib/cobra_commander/executor.rb in cobra_commander-0.12.0 vs lib/cobra_commander/executor.rb in cobra_commander-0.13.0

- old
+ new

@@ -6,9 +6,9 @@ module CobraCommander # Execute a command on all given components module Executor def self.exec(components:, command:, concurrency:, status_output:) Concurrent.new(components, concurrency: concurrency, spin_output: status_output) - .exec(command) + .exec(command) end end end