mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixed code styling
This commit is contained in:
parent
c209e2fb6e
commit
eac6ba1cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function Enable-IcingaAgentFeature()
|
|||
return;
|
||||
}
|
||||
|
||||
$Binary = Get-IcingaAGentBinary;
|
||||
$Binary = Get-IcingaAgentBinary;
|
||||
$Process = Start-IcingaProcess -Executable $Binary -Arguments ([string]::Format('feature enable {0}', $Feature));
|
||||
|
||||
if ($Process.ExitCode -ne 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue