lib/bosh-bootstrap/network_providers/dummy.rb in bosh-bootstrap-0.12.0 vs lib/bosh-bootstrap/network_providers/dummy.rb in bosh-bootstrap-0.13.0

- old
+ new

@@ -1,7 +1,7 @@ module Bosh::Bootstrap::NetworkProviders class Dummy - def initialize(provider_client) + def initialize(cyoi_provider_client) end def perform end end