mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixes invalid ,
This commit is contained in:
parent
b68ed5440e
commit
35d5891a6a
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