Skip to content

Commit 67d7108

Browse files
committed
Fix merge damage.
1 parent 400a9f4 commit 67d7108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ function Fetch-Dependencies {
927927
}
928928
}
929929

930-
function Get-PinnedToolchainTool() {
930+
function Get-PinnedToolchainToolsDir() {
931931
$ToolchainsRoot = [IO.Path]::Combine("$BinaryCache\toolchains", "$PinnedToolchain", "LocalApp", "Programs", "Swift", "Toolchains")
932932
$VariantToolchainPath = [IO.Path]::Combine($ToolchainsRoot, "$(Get-PinnedToolchainVersion)+$PinnedToolchainVariant", "usr", "bin")
933933

0 commit comments

Comments
 (0)