fix: 7.3.1 added comment

This commit is contained in:
DrIOS
2024-05-28 10:24:34 -05:00
parent 5f4217d264
commit ccb02d84d2

View File

@@ -1,12 +1,13 @@
function Test-DisallowInfectedFilesDownload {
[CmdletBinding()]
param (
# Aligned
# Define your parameters here if needed
)
begin {
# Dot source the class script if necessary
. .\source\Classes\CISAuditResult.ps1
#. .\source\Classes\CISAuditResult.ps1
# Initialization code, if needed
}