Skip to content

Commit

Permalink
remove flag check for verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed May 27, 2022
1 parent 470e3e1 commit de25586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/compute/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (c *BuildCommand) Exec(in io.Reader, out io.Writer) (err error) {
}
}

if c.Globals.Verbose() && (!c.Globals.Flag.AutoYes && !c.Globals.Flag.NonInteractive) {
if c.Globals.Verbose() {
text.Break(out)
}

Expand Down

0 comments on commit de25586

Please sign in to comment.