Skip to content

Commit 9f4e43c

Browse files
fiksnstippi2
andauthored
Update replicate/common/common.go
Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
1 parent 0aab6e4 commit 9f4e43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replicate/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func CopyAnnotations[I, O Annotatable](input I, output O) {
5656
strip, ok := val[StripAnnotations]
5757
if !ok || strings.ToLower(strip) != "true" {
5858
for k, v := range val {
59-
if strings.HasPrefix(k, Prefix) {
59+
if strings.HasPrefix(k, ReplicatorPrefix) {
6060
continue
6161
}
6262
copy[k] = v

0 commit comments

Comments
 (0)