Skip to content

Commit

Permalink
remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Oct 9, 2023
1 parent 6e1383f commit a8ae2c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func (r *Runner) Run() error {
if i, ok := utils.Contains(toolList, toolName); ok {
tool := toolList[i]
if tool.InstallType == types.Go {
gologger.Info().Msgf("installing %s using go install", tool.Name)
if err := pkg.GoInstall(r.options.Path, tool); err != nil {
gologger.Error().Msgf("%s: %s", tool.Name, err)
}
Expand Down

0 comments on commit a8ae2c4

Please sign in to comment.