Skip to content

Commit

Permalink
Typo in script (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
anwather authored Aug 31, 2023
1 parent df3884a commit 6416ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Helpers/Build-ExemptionsPlan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6416ecc

Please sign in to comment.