mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[users] Missing negation
This commit is contained in:
parent
8e53b83f9f
commit
43e271dfec
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ Config::createJobs() const
|
|||
|
||||
Calamares::Job* j;
|
||||
|
||||
if ( m_sudoersGroup.isEmpty() )
|
||||
if ( !m_sudoersGroup.isEmpty() )
|
||||
{
|
||||
j = new SetupSudoJob( m_sudoersGroup );
|
||||
jobs.append( Calamares::job_ptr( j ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue