Skip to content

Commit e5759f7

Browse files
committed
Fix merge damage.
1 parent a3b2fb9 commit e5759f7

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
@@ -944,7 +944,7 @@ function Fetch-Dependencies {
944944
}
945945
}
946946

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

0 commit comments

Comments
 (0)