Skip to content

Commit c75e1d7

Browse files
committed
fix typo
1 parent e2ef50c commit c75e1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ if (!$SkipBuild) {
200200
$accessToken = az account get-access-token --query accessToken --resource 499b84ac-1321-427f-aa17-267ca6975798 -o tsv
201201
if ($LASTEXITCODE -ne 0) {
202202
Write-Warning "Failed to get access token, use 'az login' first, or use '-useCratesIO' to use crates.io. Proceeding with anonymous access."
203-
$env:CARGO_REGISITRIES_POWERSHELL_INDEX = "sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/"
203+
$env:CARGO_REGISTRIES_POWERSHELL_INDEX = "sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/"
204204
} else {
205205
$header = "Bearer $accessToken"
206206
$env:CARGO_REGISTRIES_POWERSHELL_TOKEN = $header
@@ -209,7 +209,7 @@ if (!$SkipBuild) {
209209
}
210210
else {
211211
Write-Warning "Azure CLI not found, proceeding with anonymous access."
212-
$env:CARGO_REGISITRIES_POWERSHELL_INDEX = "sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/"
212+
$env:CARGO_REGISTRIES_POWERSHELL_INDEX = "sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/"
213213
}
214214
}
215215

0 commit comments

Comments
 (0)