Skip to content

Commit d0dee3a

Browse files
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)SteveL-MSFT
authored andcommitted
fix faux rustup
1 parent 1dcb7ce commit d0dee3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function Find-LinkExe {
9090
if ($null -ne (Get-Command rustup -ErrorAction Ignore)) {
9191
$rustup = 'rustup'
9292
} else {
93-
$rustup = 'echo rustup'
93+
$rustup = 'echo'
9494
}
9595

9696
if ($null -ne $packageType) {

0 commit comments

Comments
 (0)