mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 23:29:40 -05:00
Fixes invalid ,
This commit is contained in:
parent
cfb6d9f5a0
commit
4e4c79d0df
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