Skip to content

Commit

Permalink
chore: pkg imported more than once (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Jul 19, 2023
1 parent 803662f commit d413cef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/cli/install/logs/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"os"

"github.com/charmbracelet/log"
charmlog "github.com/charmbracelet/log"
"github.com/morikuni/aec"

"github.com/kubeshop/botkube/internal/cli"
Expand Down Expand Up @@ -39,7 +38,7 @@ func (f *Printer) PrintLine(line string) {
f.printLogLine(line)
return
}
if lvl == charmlog.DebugLevel && !cli.VerboseMode.IsEnabled() {
if lvl == log.DebugLevel && !cli.VerboseMode.IsEnabled() {
return
}

Expand Down

0 comments on commit d413cef

Please sign in to comment.