mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixes spacing for checks within check packages
This commit is contained in:
parent
a65b8bfc70
commit
921c3345bf
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ function New-StringTree()
|
|||
return '';
|
||||
}
|
||||
|
||||
[string]$spaces = ' \_ ';
|
||||
[string]$spaces = '\_ ';
|
||||
|
||||
while ($Spacing -gt 1) {
|
||||
$Spacing -= 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue