vmc-ng/lib/vmc/cli/domain.rb in vmc-0.4.0.beta.80 vs vmc-ng/lib/vmc/cli/domain.rb in vmc-0.4.0.beta.81
- old
+ new
@@ -146,10 +146,10 @@
def remove_domain
space = input[:space]
domain = input[:domain, space]
with_progress("Removing #{c(domain.name, :name)} from #{c(space.name, :name)}") do
- space.add_domain(domain)
+ space.remove_domain(domain)
end
end
end
end