From 1b65aac50b8bcbcc7694b574aebcc616e6f4519c Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 27 Jan 2021 12:42:03 +0000 Subject: [PATCH] Rebuilt at v1.3.0 --- PSQualityCheck.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSQualityCheck.psm1 b/PSQualityCheck.psm1 index 4da5eb6..ac25e35 100644 --- a/PSQualityCheck.psm1 +++ b/PSQualityCheck.psm1 @@ -177,7 +177,7 @@ function Invoke-PSQualityCheck { } else { - $helpRulesPath = (Join-Path -Path $module.ModuleBase -ChildPath "Checks\HelpElementRules.psd1") + $helpRulesPath = (Join-Path -Path $modulePath -ChildPath "Checks\HelpRules.psd1") }