vmc-ng/lib/vmc/cli/app.rb in vmc-0.4.0.beta.76 vs vmc-ng/lib/vmc/cli/app.rb in vmc-0.4.0.beta.77
- old
+ new
@@ -600,10 +600,10 @@
route = client.route
with_progress("Creating route #{c(simple, :name)}") do
route.host = host
route.domain = domain
- route.organization = client.current_organization
+ route.space = app.space
route.create!
end
end
with_progress("Binding #{c(simple, :name)} to #{c(app.name, :name)}") do