Skip to content

Commit

Permalink
whoops! didn't update the path to the target_version.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Dec 6, 2023
1 parent 2857687 commit 02e14cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/testproxy/scripts/override-proxy-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ param(
[Parameter(mandatory=$true)] [string] $TargetVersion
)

$versionFile = Join-Path $PSScriptRoot "target_version.txt"
$versionFile = Join-Path $PSScriptRoot ".." "target_version.txt"
$existingVersionText = Get-Content -Raw -Path $versionFile
$existingVersion = $existingVersionText.Trim()

Expand Down

0 comments on commit 02e14cf

Please sign in to comment.