Skip to content

Commit 44bd4f4

Browse files
committed
Updated configuration in agent command
Signed-off-by: Oluwole Fadeyi <[email protected]>
1 parent 0a4a611 commit 44bd4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var agentRBACCmd = &cobra.Command{
4141
if err != nil {
4242
log.Fatalf("Failed to read config file: %s", err)
4343
}
44-
config, err := agent.ParseConfig(b)
44+
config, err := agent.ParseConfig(b, false)
4545
if err != nil {
4646
log.Fatalf("Failed to parse config file: %s", err)
4747
}

0 commit comments

Comments
 (0)