Skip to content

Commit b4c0677

Browse files
benbpweshaggard
authored andcommitted
Update eng/common/scripts/common.ps1
Co-authored-by: Wes Haggard <[email protected]>
1 parent e1d3d6f commit b4c0677

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 (Join-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)