lib/chef/knife/winrm_shared_options.rb in knife-windows-3.0.10 vs lib/chef/knife/winrm_shared_options.rb in knife-windows-3.0.11

- old
+ new

@@ -41,11 +41,10 @@ default: "fqdn" option :concurrency, short: "-C NUM", long: "--concurrency NUM", - description: "The number of allowed concurrent connections", - default: 1, + description: "The number of allowed concurrent connections - default is number of hosts", proc: lambda { |o| o.to_i } end end end