We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d246699 commit 133eadeCopy full SHA for 133eade
pkg/controllers/workapplier/status.go
@@ -269,7 +269,7 @@ func setManifestAppliedCondition(
269
Type: fleetv1beta1.WorkConditionTypeApplied,
270
Status: metav1.ConditionFalse,
271
Reason: string(appliedResTyp),
272
- Message: fmt.Sprintf("Failed to applied the manifest (error: %s)", applyError),
+ Message: fmt.Sprintf("Failed to apply the manifest (error: %s)", applyError),
273
ObservedGeneration: inMemberClusterObjGeneration,
274
}
275
0 commit comments