Fixed scriptanalyzer rule

This commit is contained in:
KevinMarquette
2017-02-12 00:35:26 -08:00
parent fb8566919f
commit 5e221b5c13

View File

@@ -28,7 +28,7 @@ function Get-Chronometer
) )
if($Path -eq $null) if( $null -eq $Path )
{ {
$Path = Get-ChildItem -Recurse -Include *.psm1,*.ps1 -File $Path = Get-ChildItem -Recurse -Include *.psm1,*.ps1 -File
} }