diff --git a/icinga-powershell-framework.psm1 b/icinga-powershell-framework.psm1 index 524a938..469dfb4 100644 --- a/icinga-powershell-framework.psm1 +++ b/icinga-powershell-framework.psm1 @@ -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()