Skip to content

Commit 888932b

Browse files
committed
WIP
1 parent 2479af6 commit 888932b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/framework/Invoke-IcingaInternalServiceCall.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Invoke-IcingaInternalServiceCall()
1717
}
1818

1919
# Test our Icinga for Windows service. If the service is not installed or not running, execute the plugin locally
20-
$IcingaForWindowsService = Get-Service -Service 'icingapowershell' -ErrorAction SilentlyContinue;
20+
$IcingaForWindowsService = Get-Service 'icingapowershell' -ErrorAction SilentlyContinue;
2121

2222
if ($null -eq $IcingaForWindowsService -Or $IcingaForWindowsService.Status -ne 'Running') {
2323
return $NULL;

0 commit comments

Comments
 (0)