diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index 32eacb0680..2c57404de7 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -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);