This commit is contained in:
Przemyslaw Klys
2022-10-20 08:36:11 +02:00
parent b336f73eda
commit 620ce6cd61
+2 -2
View File
@@ -204,9 +204,9 @@
# Split reports are handled above so we skip if this was set # Split reports are handled above so we skip if this was set
if ($Type.Count -gt 1) { if ($Type.Count -gt 1) {
New-HTMLReportWithSplit -FilePath $FilePath -Online:$Online -HideHTML:$HideHTML
} else {
New-HTMLReportAll -FilePath $FilePath -Online:$Online -HideHTML:$HideHTML -Type $Type New-HTMLReportAll -FilePath $FilePath -Online:$Online -HideHTML:$HideHTML -Type $Type
} else {
New-HTMLReportWithSplit -FilePath $FilePath -Online:$Online -HideHTML:$HideHTML
} }