Skip to content

Commit 5c47f9c

Browse files
committed
Merge branch 'apexEmailNotifications'
2 parents 72b1717 + 07bacd4 commit 5c47f9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

command/export.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func runExport(root string, excludeMetadataNames []string, showWarnings bool) {
8282
"AnalyticSnapshot",
8383
"ApexClass",
8484
"ApexComponent",
85+
"ApexEmailNotifications",
8586
"ApexPage",
8687
"ApexTrigger",
8788
"ApprovalProcess",

lib/packagebuilder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ type metapath struct {
4242
var metapaths = []metapath{
4343
{path: "actionLinkGroupTemplates", name: "ActionLinkGroupTemplate"},
4444
{path: "analyticSnapshots", name: "AnalyticSnapshot"},
45+
{path: "apexEmailNotifications", name: "ApexEmailNotifications"},
4546
{path: "applications", name: "CustomApplication"},
4647
{path: "appMenus", name: "AppMenu"},
4748
{path: "approvalProcesses", name: "ApprovalProcess"},

0 commit comments

Comments
 (0)