We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2192618 commit a6e49f6Copy full SHA for a6e49f6
cmd/ctrlc/root/apply/relationships.go
@@ -49,8 +49,8 @@ func createMetadataKeysMatch(match MetadataKeysMatch) (*struct {
49
SourceKey string `json:"sourceKey"`
50
TargetKey string `json:"targetKey"`
51
}{
52
- SourceKey: *match.SourceKey,
53
- TargetKey: *match.TargetKey,
+ SourceKey: *match.Key,
+ TargetKey: *match.Key,
54
}, nil
55
}
56
0 commit comments