Skip to content

Commit a6e49f6

Browse files
rabbit coment
1 parent 2192618 commit a6e49f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/ctrlc/root/apply/relationships.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ func createMetadataKeysMatch(match MetadataKeysMatch) (*struct {
4949
SourceKey string `json:"sourceKey"`
5050
TargetKey string `json:"targetKey"`
5151
}{
52-
SourceKey: *match.SourceKey,
53-
TargetKey: *match.TargetKey,
52+
SourceKey: *match.Key,
53+
TargetKey: *match.Key,
5454
}, nil
5555
}
5656

0 commit comments

Comments
 (0)