Skip to content

Commit

Permalink
Fix patch
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 9, 2024
1 parent 82e25a7 commit 319b68c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func CreateOrPatch(ctx context.Context, c client.Client, obj client.Object, tran
vt := kutil.VerbUnchanged
if obj.GetGeneration() != mod.GetGeneration() {
vt = kutil.VerbPatched
} else {
assign(obj, mod)
}
return vt, nil
Expand Down

0 comments on commit 319b68c

Please sign in to comment.