Skip to content

Commit

Permalink
Fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Oct 27, 2022
1 parent 231c295 commit bfd45c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Invoke-GPOZaurr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
}

# Split reports are handled above so we skip if this was set
if ($Type.Count -gt 1) {
if ($null -eq $Type -or $Type.Count -gt 1) {
New-HTMLReportAll -FilePath $FilePath -Online:$Online -HideHTML:$HideHTML -Type $Type
} else {
New-HTMLReportWithSplit -FilePath $FilePath -Online:$Online -HideHTML:$HideHTML
Expand Down

0 comments on commit bfd45c0

Please sign in to comment.