mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixes invalid ,
This commit is contained in:
parent
72b7749dc2
commit
1ba52c86d6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function Get-IcingaDirectoryAll()
|
|||
[array]$FileNames,
|
||||
[bool]$Recurse,
|
||||
[string]$YoungerThen,
|
||||
[string]$OlderThen,
|
||||
[string]$OlderThen
|
||||
);
|
||||
|
||||
if ($Recurse -eq $TRUE) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue