icinga-powershell-framework/modules/updates.ps1
2018-11-06 17:14:49 +01:00

6 lines
No EOL
117 B
PowerShell

param($Config = $null);
return $Icinga2.Utils.Modules.LoadIncludes(
$MyInvocation.MyCommand.Name,
$Config
);