Skip to content

Commit

Permalink
Update controllers/shipwrightbuild_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Kaplan <[email protected]>
  • Loading branch information
gabemontero and adambkaplan authored Aug 31, 2021
1 parent 82910a2 commit 3b2b99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/shipwrightbuild_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (r *ShipwrightBuildReconciler) Reconcile(ctx context.Context, req ctrl.Requ
return RequeueWithError(err)
}
if version.Minor() < 49 {
retErr := fmt.Errorf("Shipwright requires at leave v0.49.0 of the Tekton Operator, but the minor number is %d", version.Minor())
retErr := fmt.Errorf("Shipwright requires at least v0.49.0 of the Tekton Operator, but the minor number is %d", version.Minor())
return RequeueWithError(retErr)
}

Expand Down

0 comments on commit 3b2b99b

Please sign in to comment.