Skip to content

Commit e20a628

Browse files
committed
fix typo
1 parent 17367a0 commit e20a628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

m365/image/run_container.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ if ("true" -ne $Env:SKIP_AUDIT_LOG) {
134134
Write-Output "Uploaded audit log to $OutPathPrefix$AuditFile"
135135
}
136136

137-
Write-Output "Finished running on $TenantsCount tenants. Encountered $($ErrorTenants.Count) ErrorTenants"
137+
Write-Output "Finished running on $TenantCount tenants. Encountered $($ErrorTenants.Count) ErrorTenants"
138138
if ($ErrorTenants.Count -gt 0) {
139139
Write-Output "Tenants with errors:`n $($ErrorTenants -join "`n ")"
140140
exit 1

0 commit comments

Comments
 (0)