Skip to content

Commit

Permalink
Remove header string
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh committed Sep 18, 2023
1 parent 1cdacaa commit d72c667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/kots/cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,6 @@ func checkPreflightResults(response *handlers.GetPreflightResultResponse) (bool,
}

var s strings.Builder
s.WriteString("\nPreflight results (status: title)\n")
var isWarn, isFail bool
for _, result := range results.Results {
s.WriteString(fmt.Sprintf("%s - %q\n", status(result), result.Title))
Expand Down

0 comments on commit d72c667

Please sign in to comment.