Skip to content

Commit 33a480f

Browse files
author
Ish Shah
committed
fix sanity;
Signed-off-by: Ish Shah <[email protected]>
1 parent 3d3e0c9 commit 33a480f

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/operator-sdk/scorecard

1 file changed

+1
-1
lines changed

internal/cmd/operator-sdk/scorecard/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func (c *scorecardCmd) printOutput(output v1alpha3.TestList) error {
107107
case "xunit":
108108
xunitOutput, err := c.convertXunit(output)
109109
if err != nil {
110-
return fmt.Errorf("Xunit conversion error: %v", err)
110+
return fmt.Errorf("xunit conversion error: %v", err)
111111
}
112112
bytes, err := xml.MarshalIndent(xunitOutput, "", " ")
113113
if err != nil {

0 commit comments

Comments
 (0)