diff --git a/Scripts/Helpers/Build-ExemptionsPlan.ps1 b/Scripts/Helpers/Build-ExemptionsPlan.ps1 index 3acdc5b2..281301e3 100644 --- a/Scripts/Helpers/Build-ExemptionsPlan.ps1 +++ b/Scripts/Helpers/Build-ExemptionsPlan.ps1 @@ -78,7 +78,7 @@ function Build-ExemptionsPlan { } $entryNumber = $isXls ? 1 : 0 - foreach ($row in $emptionsArray) { + foreach ($row in $exemptionsArray) { $name = $row.name $displayName = $row.displayName $exemptionCategory = $row.exemptionCategory