Fix polkit typo

Fixing error caught in #44
This commit is contained in:
Craig Wilhite
2018-06-08 09:14:10 -07:00
committed by GitHub
parent 8b41356c10
commit e6030b7376

View File

@@ -92,7 +92,7 @@ polkit.addRule(function(action, subject) {
action.id == "org.freedesktop.color-manager.create-profile" ||
action.id == "org.freedesktop.color-manager.modify-profile" ||
action.id == "org.freedesktop.color-manager.delete-profile") &&
subject.isInGroup("{group}"))
subject.isInGroup("users"))
{
return polkit.Result.YES;
}