diff options
Diffstat (limited to 'cli/tools/upgrade.rs')
-rw-r--r-- | cli/tools/upgrade.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/upgrade.rs b/cli/tools/upgrade.rs index efe7e707e..c66fa0b3e 100644 --- a/cli/tools/upgrade.rs +++ b/cli/tools/upgrade.rs @@ -497,7 +497,7 @@ pub async fn upgrade( let archive_data = download_package(client, &download_url) .await - .with_context(|| format!("Failed downloading {download_url}. The version you requested may not have been built for the current architechture."))?; + .with_context(|| format!("Failed downloading {download_url}. The version you requested may not have been built for the current architecture."))?; log::info!("Deno is upgrading to version {}", &install_version); |