Fixes module file which should point to .psd1

This commit is contained in:
Lord Hepipud 2021-08-20 18:13:25 +02:00
parent e370fc9ad5
commit 6d5930da49

View file

@ -199,7 +199,7 @@ function Get-IcingaForWindowsRootPath()
function Get-IcingaPowerShellModuleFile() function Get-IcingaPowerShellModuleFile()
{ {
return (Join-Path -Path $PSScriptRoot -ChildPath 'icinga-powershell-framework.psm1'); return (Join-Path -Path $PSScriptRoot -ChildPath 'icinga-powershell-framework.psd1');
} }
function Invoke-IcingaCommand() function Invoke-IcingaCommand()