Skip to content

Commit 7b0fd03

Browse files
committed
Update Invoke-ExecCustomData.ps1
1 parent 3d5569d commit 7b0fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecCustomData.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ function Invoke-ExecCustomData {
367367
tenant = $Mapping.tenantFilter.label
368368
dataset = $Mapping.extensionSyncDataset.label
369369
sourceType = $Mapping.sourceType.label
370-
directoryType = $Mapping.directoryObjectType.label
370+
directoryObject = $Mapping.directoryObjectType.label
371371
syncProperty = $Mapping.extensionSyncProperty.label ?? @($Mapping.extensionSyncDataset.addedFields.select -split ',')
372372
customDataAttribute = $Mapping.customDataAttribute.label
373373
}

0 commit comments

Comments
 (0)