Skip to content

Commit

Permalink
fix: use matching content file strategy (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane McLaughlin <shane.mclaughlin@salesforce.com>
  • Loading branch information
shetzel and mshanemc authored Oct 13, 2021
1 parent 49b5988 commit 86b21d6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/registry/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@
"suffix": "scf",
"directoryName": "scontrols",
"inFolder": false,
"strictDirectoryName": false
"strictDirectoryName": false,
"strategies": {
"adapter": "matchingContentFile"
}
},
"experiencebundle": {
"id": "experiencebundle",
Expand Down Expand Up @@ -1093,7 +1096,10 @@
"suffix": "geodata",
"directoryName": "eclair",
"inFolder": false,
"strictDirectoryName": false
"strictDirectoryName": false,
"strategies": {
"adapter": "matchingContentFile"
}
},
"wavelens": {
"id": "wavelens",
Expand Down Expand Up @@ -2860,7 +2866,7 @@
"callCenterRoutingMap": "callcenterroutingmap",
"view": "viewdefinition",
"slackapp": "slackapp",
"permissionSetLicenseDefinition":"permissionsetlicensedefinition"
"permissionSetLicenseDefinition": "permissionsetlicensedefinition"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down

0 comments on commit 86b21d6

Please sign in to comment.