Skip to content

Commit

Permalink
Merge pull request #62 from kampanosg/please-help
Browse files Browse the repository at this point in the history
remove unnecessary verbose check
  • Loading branch information
kampanosg authored Jan 20, 2024
2 parents 4d885f0 + aba05c6 commit dcd46c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ func (r *Runner) Run(b *models.Bakery, args []string) error {
}
}

if r.verbose {
if _, err := cyan.Printf("%s", msg); err != nil {
fmt.Printf("%s\n", msg)
}
if _, err := cyan.Printf("%s", msg); err != nil {
fmt.Printf("%s\n", msg)
}
}
return nil
Expand Down

0 comments on commit dcd46c0

Please sign in to comment.