Merge pull request #2163 from Ficelloo/calamares

Fixing partutils.cpp
This commit is contained in:
dalto8 2023-07-06 20:23:04 +00:00 committed by GitHub
commit 11e1659cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ bool
isArmSystem()
{
Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
return gs->contains( "armInstall" ) && gs->value( "armInstall" ).toBool() );
return gs->contains( "armInstall" ) && gs->value( "armInstall" ).toBool();
}
bool