Skip to content

Commit ab2c371

Browse files
scbeddazure-sdk
authored andcommitted
Sync eng/common directory with azure-sdk-tools repository for Tools PR 9102
1 parent c6f85f5 commit ab2c371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/scripts/Helpers/Package-Helpers.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function CompatibleConvertFrom-Yaml {
7979
# Initialize any variables or checks that need to be done once
8080
$yqPresent = Get-Command 'yq' -ErrorAction SilentlyContinue
8181
if (-not $yqPresent) {
82-
. (Join-Path $PSScriptRoot "../../../../eng/common/scripts/Helpers" PSModule-Helpers.ps1)
82+
. (Join-Path $PSScriptRoot PSModule-Helpers.ps1)
8383
Install-ModuleIfNotInstalled -WhatIf:$false "powershell-yaml" "0.4.1" | Import-Module
8484
}
8585

@@ -90,4 +90,4 @@ function CompatibleConvertFrom-Yaml {
9090
else {
9191
return ConvertFrom-Yaml $content
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)