Skip to content

Commit 7c121ff

Browse files
ivy864millert
authored andcommitted
Replace tab with space
A line in the sudoers file contains a tab where a space seems to be more appropriate.
1 parent 103af8c commit 7c121ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sudoers/sudoers.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ root ALL=(ALL:ALL) ALL
128128
# %wheel ALL=(ALL:ALL) NOPASSWD: ALL
129129

130130
## Uncomment to allow members of group sudo to execute any command
131-
# %sudo ALL=(ALL:ALL) ALL
131+
# %sudo ALL=(ALL:ALL) ALL
132132

133133
## Uncomment to allow any user to run sudo if they know the password
134134
## of the user they are running the command as (root by default).

0 commit comments

Comments
 (0)