RiotGamesMinions / motherbrain

An orchestrator for Chef
Other
119 stars 18 forks source link

uninitialized constant in environments_endpoint.rb #720

Open nusnewob opened 10 years ago

nusnewob commented 10 years ago

on line 45 in environments_endpoint.rb

manifest = Provisioner::Manifest.new(params[:manifest])

I get uninitialized constant MotherBrain::API::V1::EnvironmentsEndpoint::Provisioner

changed the line to

manifest = MB::Provisioner::Manifest.new(params[:manifest])

fixed it.

capoferro commented 10 years ago

Can you submit that change in a pull request? It'll be nice to attribute it to you instead of just having a maintainer make the commit.