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