Skip to content

Commit

Permalink
add support for rules download in cli mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmahanth committed Oct 29, 2024
2 parents 4e59569 + bc8c70c commit a0c98e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func updateRules(ctx context.Context, opts *config.Options) {
if err != nil {
log.Fatal(err)
}
log.Debug("rulesInfo: %+v", rulesInfo)
log.Debugf("rulesInfo: %+v", rulesInfo)

// make sure output rules directory exists
os.MkdirAll(*opts.RulesPath, fs.ModePerm)
Expand Down

0 comments on commit a0c98e4

Please sign in to comment.