Skip to content

Commit 1c6c8c0

Browse files
committed
fix inconsistent escape
1 parent 8948215 commit 1c6c8c0

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)