Skip to content

Commit

Permalink
Remove problem curly braces (example code bug).
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Sep 13, 2023
1 parent fdd7119 commit dca529f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/02-allow-colord.rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ polkit.addRule(function(action, subject) {
action.id == "org.freedesktop.color-manager.delete-profile" ||
action.id == "org.freedesktop.color-manager.modify-device" ||
action.id == "org.freedesktop.color-manager.modify-profile") &&
subject.isInGroup("{kali}")) {
subject.isInGroup("kali")) {
return polkit.Result.YES;
}
});
Expand Down

0 comments on commit dca529f

Please sign in to comment.