mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixes module file which should point to .psd1
This commit is contained in:
parent
e370fc9ad5
commit
6d5930da49
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ function Get-IcingaForWindowsRootPath()
|
|||
|
||||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue