Skip to content

Commit 6acbb50

Browse files
azure-sdkbenbpweshaggard
authored
Sync eng/common directory with azure-sdk-tools for PR 10694 (#24663)
* Use correct leading slash in common.ps1 repo root resolution * Update eng/common/scripts/common.ps1 Co-authored-by: Wes Haggard <[email protected]> --------- Co-authored-by: Ben Broderick Phillips <[email protected]> Co-authored-by: Wes Haggard <[email protected]>
1 parent c3f09ca commit 6acbb50

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)