Skip to content

Commit

Permalink
fix powershell toolchain locator
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed May 20, 2024
1 parent b44fd78 commit 0158585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/ci/shared.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Get-RustfmtToolchain {
}

function Get-Toolchain {
"$((ConvertFrom-StringData (Get-Content "$PLAN_CONTEXT/../../../rust-toolchain")[1]).channel.Replace('"', ''))"
"$((ConvertFrom-StringData (Get-Content "$PSScriptRoot/../../rust-toolchain")[1]).channel.Replace('"', ''))"
}

function Install-RustToolchain($Toolchain) {
Expand Down

0 comments on commit 0158585

Please sign in to comment.