lib/vmc/cli/start/base.rb in vmc-0.4.7 vs lib/vmc/cli/start/base.rb in vmc-0.5.0.beta.1

- old
+ new

@@ -49,9 +49,11 @@ org = client.current_organization end # switching org means switching space if changed_org || input.given?(:space) || !space_valid?(info[:space]) + line if changed_org && !quiet? + space = input[:space, org] return unless space with_progress("Switching to space #{c(space.name, :name)}") do info[:space] = space.guid