From 6416ecc6715bbde5ef51484cf9937ed82dbeae4c Mon Sep 17 00:00:00 2001 From: Anthony Watherston Date: Thu, 31 Aug 2023 14:42:55 +1000 Subject: [PATCH] Typo in script (#340) --- Scripts/Helpers/Build-ExemptionsPlan.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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