Skip to content

Commit 636e3e3

Browse files
committed
Do not revert typo fix
1 parent c839168 commit 636e3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/state/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func ShouldUpdate(obj metav1.Object, dependencies ...client.Object) (bool, error
4444

4545
shouldReapply, err := ShouldReapply(obj)
4646
if err != nil {
47-
return false, fmt.Errorf("failed to check reaply period: %w", err)
47+
return false, fmt.Errorf("failed to check reapply period: %w", err)
4848
}
4949

5050
return stateChanged || shouldReapply || hasErrorState, nil

0 commit comments

Comments
 (0)