Skip to content

Commit 2e79bd7

Browse files
committed
fix typo
1 parent d539326 commit 2e79bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-ExecOnboardTenantQueue.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ function Push-ExecOnboardTenantQueue {
364364
$Table = Get-CippTable -tablename 'templates'
365365
$ExistingTemplates = Get-CippazDataTableEntity @Table -Filter "PartitionKey eq 'StandardsTemplateV2'" | Where-Object { $_.JSON -match 'AllTenants' }
366366
foreach ($AllTenantsTemplate in $ExistingTemplates) {
367-
$object = $AllTenantesTemplate.JSON | ConvertFrom-Json
367+
$object = $AllTenantsTemplate.JSON | ConvertFrom-Json
368368
$NewExcludedTenants = [system.collections.generic.list[object]]::new()
369369
if (!$object.excludedTenants) {
370370
$object | Add-Member -MemberType NoteProperty -Name 'excludedTenants' -Value @() -Force

0 commit comments

Comments
 (0)