Skip to content

Commit 133eade

Browse files
authored
Fixed grammatical error in log message. (Azure#1112)
1 parent d246699 commit 133eade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/workapplier/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func setManifestAppliedCondition(
269269
Type: fleetv1beta1.WorkConditionTypeApplied,
270270
Status: metav1.ConditionFalse,
271271
Reason: string(appliedResTyp),
272-
Message: fmt.Sprintf("Failed to applied the manifest (error: %s)", applyError),
272+
Message: fmt.Sprintf("Failed to apply the manifest (error: %s)", applyError),
273273
ObservedGeneration: inMemberClusterObjGeneration,
274274
}
275275
}

0 commit comments

Comments
 (0)