fix uninitialized variable

This commit is contained in:
Louis Bettens 2022-12-08 18:16:24 +01:00
parent 2ad8073808
commit 60772cbada
No known key found for this signature in database

View File

@ -34,7 +34,7 @@ namespace miniguest {
struct CmdInstall : virtual InstallableCommand, virtual MixProfile {
std::optional<std::string> guest_name;
bool force;
bool force = false;
CmdInstall() {
addFlag({