lib/bosh/stemcell/definition.rb in bosh-stemcell-1.2311.0 vs lib/bosh/stemcell/definition.rb in bosh-stemcell-1.2334.0

- old
+ new

@@ -8,10 +8,10 @@ def self.for(infrastructure_name, operating_system_name, agent_name) new( Bosh::Stemcell::Infrastructure.for(infrastructure_name), Bosh::Stemcell::OperatingSystem.for(operating_system_name), - Bosh::Stemcell::Agent.for(agent_name) + Bosh::Stemcell::Agent.for(agent_name), ) end def initialize(infrastructure, operating_system, agent) @infrastructure = infrastructure