Skip to content

Commit

Permalink
using ReadCmdLineParams in main
Browse files Browse the repository at this point in the history
Signed-off-by: prady0t <[email protected]>
  • Loading branch information
prady0t committed Nov 23, 2024
1 parent 6b69f4e commit 753f083
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion KubeArmor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ func main() {
kg.Err(err.Error())
return
}

// Read configuration from command line
cfg.ReadCmdLineParams()
if err := cfg.LoadConfig(); err != nil {
kg.Err(err.Error())
return
Expand Down

0 comments on commit 753f083

Please sign in to comment.