Skip to content

Commit

Permalink
fix: Correct variable used for outputting exemptions (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaifa authored May 3, 2024
1 parent 5b35e2a commit 4966210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Helpers/Out-PolicyExemptions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function Out-PolicyExemptions {
#endregion Transformations

Write-Information ""
$selectedExemptions = $policyExemptions.Values
$selectedExemptions = $Exemptions.Values
$numberOfExemptions = $selectedExemptions.Count
if ($ActiveExemptionsOnly) {

Expand Down

0 comments on commit 4966210

Please sign in to comment.