Skip to content

Commit

Permalink
Fixed banner not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGwyn committed Mar 22, 2023
1 parent 9de61a6 commit 0c6b4d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ func ParseOptions() *Options {
gologger.Fatal().Msg(err.Error())
}

if err := options.validateOptions(); err != nil {
gologger.Fatal().Msg(err.Error())
}

options.configureOutput()

if !options.silent {
showBanner()
}

if err := options.validateOptions(); err != nil {
gologger.Fatal().Msg(err.Error())
}

return options
}

Expand Down

0 comments on commit 0c6b4d9

Please sign in to comment.