Skip to content

Commit

Permalink
remove dead line
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGuedes committed Jun 3, 2024
1 parent ecb15fa commit 559e95b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/tool/commands/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 559e95b

Please sign in to comment.