Skip to content

Commit

Permalink
fix warn outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
diamonwiggins committed Sep 11, 2023
1 parent f26a00c commit c4bf931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyze/common_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func commonStatus(outcomes []*troubleshootv1beta2.Outcome, name string, iconKey
if exists == false && outcome.Warn.When != "absent" {
result.IsFail = true
result.Message = fmt.Sprintf("The %s %q was not found", resourceType, name)
result.URI = outcome.Fail.URI
result.URI = outcome.Warn.URI
return result, nil
}

Expand Down

0 comments on commit c4bf931

Please sign in to comment.