Skip to content

Commit

Permalink
fix(pkg/scripts_test): missing _ in systemGroup
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Jun 20, 2023
1 parent 131e444 commit 275023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scripts_test/consts_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ const (

rootGroup string = "wheel"
rootUser string = "root"
systemGroup string = "otelcol-sumo"
systemGroup string = "_otelcol-sumo"
systemUser string = "_otelcol-sumo"
)

0 comments on commit 275023f

Please sign in to comment.