From 559e95b35afc8a25756bde846452b0a0cc8a78c8 Mon Sep 17 00:00:00 2001 From: DylanGuedes Date: Mon, 3 Jun 2024 13:47:21 -0300 Subject: [PATCH] remove dead line --- pkg/tool/commands/audit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/tool/commands/audit.go b/pkg/tool/commands/audit.go index 293d6dc9e121b..dae7e2c10bb54 100644 --- a/pkg/tool/commands/audit.go +++ b/pkg/tool/commands/audit.go @@ -27,7 +27,6 @@ func (a *AuditCommand) auditIndex(_ *kingpin.ParseContext) error { logger := log.NewLogfmtLogger(os.Stdout) var auditCfg audit.Config - // configFileArg := fmt.Sprintf("-config.file=%s", a.configFile) if err := util_cfg.DefaultUnmarshal(&auditCfg, a.extraArgs, flag.CommandLine); err != nil { fmt.Fprintf(os.Stderr, "failed parsing config: %v\n", err) os.Exit(1)