Skip to content

Commit

Permalink
Invalid ANSI colouring on Windows when doing devfile push (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest authored Jun 24, 2020
1 parent b83cf5b commit 15cf870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/log/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func Spinnerf(format string, a ...interface{}) *Status {

// SpinnerNoSpin is the same as the "Spinner" function but forces no spinning
func SpinnerNoSpin(status string) *Status {
s := NewStatus(os.Stdout)
s := NewStatus(GetStdout())
s.Start(status, true)
return s
}
Expand Down

0 comments on commit 15cf870

Please sign in to comment.