Fixed code styling

This commit is contained in:
Lord Hepipud 2019-09-29 23:02:00 +02:00
parent c209e2fb6e
commit eac6ba1cf3

View file

@ -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) {