Add missing break;

This commit is contained in:
Alexander Karatarakis 2017-04-07 15:48:22 -07:00
parent 24c2955b03
commit 199887fdcd

View File

@ -308,6 +308,7 @@ namespace vcpkg::Commands::Install
System::println("Installing package %s... ", action.spec);
install_package(paths, bpgh, &status_db);
System::println(System::Color::success, "Installing package %s... done", action.spec);
break;
}
case InstallPlanType::INSTALL:
System::println("Installing package %s... ", action.spec);