mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 19:43:33 +01:00
Add missing break;
This commit is contained in:
parent
24c2955b03
commit
199887fdcd
@ -308,6 +308,7 @@ namespace vcpkg::Commands::Install
|
|||||||
System::println("Installing package %s... ", action.spec);
|
System::println("Installing package %s... ", action.spec);
|
||||||
install_package(paths, bpgh, &status_db);
|
install_package(paths, bpgh, &status_db);
|
||||||
System::println(System::Color::success, "Installing package %s... done", action.spec);
|
System::println(System::Color::success, "Installing package %s... done", action.spec);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case InstallPlanType::INSTALL:
|
case InstallPlanType::INSTALL:
|
||||||
System::println("Installing package %s... ", action.spec);
|
System::println("Installing package %s... ", action.spec);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user