aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_install.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
-rw-r--r--toolsrc/src/commands_install.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp
index 32eacb068..2c57404de 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);