Skip to content

Commit bf40025

Browse files
author
Moritz Clasmeier
committed
Linter exception
1 parent 625d72b commit bf40025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/deployer/operator_olm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func (d *Deployer) waitForAndApproveInstallPlan(ctx context.Context) error {
271271

272272
currentCSV := strings.TrimSpace(result.Stdout)
273273
if currentCSV != expectedCSV {
274-
return fmt.Errorf("Subscription %s progressing to unexpected CSV '%s', expected '%s'", namespacedSubscriptionName, currentCSV, expectedCSV)
274+
return fmt.Errorf("Subscription %s progressing to unexpected CSV '%s', expected '%s'", namespacedSubscriptionName, currentCSV, expectedCSV) //nolint:ST1005
275275
}
276276

277277
// Get InstallPlan name.

0 commit comments

Comments
 (0)