Skip to content

Commit c4c1788

Browse files
author
Philipp D
authored
Merge pull request #18 from Icinga/fix/enums_loading_path
Fixes enums path
2 parents 8e62947 + c6c9260 commit c4c1788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

icinga-powershell-mssql.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
ModuleVersion = '1.0.0'
33
GUID = '8441b44a-e105-42b7-82c9-8ecf69c13b8b'
4-
ModuleToProcess = 'icinga-powershell-mssql.psm1'
4+
# ModuleToProcess = 'icinga-powershell-mssql.psm1'
55
Author = 'Lord Hepipud, pdorschner'
66
CompanyName = 'Icinga GmbH'
77
Copyright = '(c) 2020 Icinga GmbH | GPLv2'
@@ -15,7 +15,7 @@
1515
'.\plugins\Invoke-IcingaCheckMSSQLBackupStatus.psm1',
1616
'.\plugins\Invoke-IcingaCheckMSSQLHealth.psm1',
1717
'.\plugins\Invoke-IcingaCheckMSSQLPerfCounter.psm1',
18-
'.\plugins\Invoke-IcingaCheckMSSQLResource.psm1'
18+
'.\plugins\Invoke-IcingaCheckMSSQLResource.psm1',
1919
'.\provider\enums\Icinga_MSSQLProviderEnums.psm1',
2020
'.\provider\mssql\Get-IcingaMSSQLBackupOverallStatus.psm1',
2121
'.\provider\mssql\Get-IcingaMSSQLPerfCounterNameFromDBObject.psm1',

0 commit comments

Comments
 (0)