Skip to content

Commit a852cad

Browse files
benbpazure-sdk
authored andcommitted
Use correct leading slash in common.ps1 repo root resolution
1 parent dda86d6 commit a852cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cSpell:ignore Apireview
22
# cSpell:ignore Onboarded
3-
$RepoRoot = Resolve-Path "${PSScriptRoot}..\..\..\.."
3+
$RepoRoot = Resolve-Path "${PSScriptRoot}/../../../"
44
$EngDir = Join-Path $RepoRoot "eng"
55
$EngCommonDir = Join-Path $EngDir "common"
66
$EngCommonScriptsDir = Join-Path $EngCommonDir "scripts"

0 commit comments

Comments
 (0)