bin/autoproj-switch-config in autoproj-1.11.0.b2 vs bin/autoproj-switch-config in autoproj-1.11.0.b3

- old
+ new

@@ -16,8 +16,9 @@ switcher = Autoproj::Ops::MainConfigSwitcher.new(Autoproj.root_dir) if switcher.switch_config(*ARGV) manifest = Autoproj::Manifest.load(File.join(Autoproj.config_dir, 'manifest')) update = Autoproj::Ops::Configuration.new(manifest, Autoproj::Ops.loader) update.update_configuration + Autoproj.save_config end end