Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b59bfc0

Browse filesBrowse files
jsingletlcartey
andauthored
Update scripts/PSCodingStandards/Get-RuleForPath.ps1
Co-authored-by: Luke Cartey <5377966+lcartey@users.noreply.github.com>
1 parent e32e82a commit b59bfc0
Copy full SHA for b59bfc0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎scripts/PSCodingStandards/Get-RuleForPath.ps1

Copy file name to clipboardExpand all lines: scripts/PSCodingStandards/Get-RuleForPath.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function Get-RuleForPath {
4747
}
4848

4949
$modifiedPathWithReplacement = Join-Path (Resolve-Path . -Relative) $Path
50-
# repalce "src" with "test" to make it match up
50+
# replace "src" with "test" to make it match up
5151
$sep = [IO.Path]::DirectorySeparatorChar
5252
$modifiedPathWithReplacement = $modifiedPathWithReplacement.Replace( ($sep + "src" + $sep + "rules"), ($sep + "test" + $sep + "rules"))
5353
$modifiedPath = Join-Path (Resolve-Path . -Relative) $Path

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.