Skip to content

Commit 8948215

Browse files
committed
fix path for check
1 parent f3ec77f commit 8948215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/util/Get-DuplicateRules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ param(
88

99
)
1010

11-
Import-Module -Name "$PSScriptRoot\..\PSCodingStandards\CodingStandards"
11+
Import-Module -Name "$PSScriptRoot/../PSCodingStandards\CodingStandards"
1212

1313
# load the rules.
1414
$rules = Get-RulesFromCSV -Language $Language

0 commit comments

Comments
 (0)