add missing colon

This commit is contained in:
Tomasz Paweł Gajc 2015-02-25 13:11:41 +04:00
parent 524084075e
commit 51f8d213a4

View file

@ -11,7 +11,7 @@ diff -Naur calamares-1.0.0-20150223/src/modules/users/CreateUserJob.cpp calamare
+
+ QString removeUser = gs->value( "removeUser" ).toString();
+
+ CalamaresUtils::chrootCall( { "userdel", "-f", "-r" removeUser } );
+ CalamaresUtils::chrootCall( { "userdel", "-f", "-r", removeUser } );
+ }
+
return Calamares::JobResult::ok();