From 005cd80aea2bf8e351baea8f9b599a13abe7866a Mon Sep 17 00:00:00 2001 From: gnmahanth Date: Tue, 29 Oct 2024 10:31:22 +0000 Subject: [PATCH] add support for rules download in cli mode --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2c4e13c..cd75f0a 100644 --- a/main.go +++ b/main.go @@ -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)