diff --git a/images/win/scripts/Installers/Validate-Rust.ps1 b/images/win/scripts/Installers/Validate-Rust.ps1 index 22699adff..88968a21c 100644 --- a/images/win/scripts/Installers/Validate-Rust.ps1 +++ b/images/win/scripts/Installers/Validate-Rust.ps1 @@ -18,12 +18,12 @@ else exit 1 } -if (-Not (Get-Command -Name 'cargo audit')){ +if (-Not (Get-Command -Name 'cargo-audit')){ Write-Host "cargo audit is not on the path" exit 1 } -if (-Not (Get-Command -Name 'cargo outdated')){ +if (-Not (Get-Command -Name 'cargo-outdated')){ Write-Host "cargo outdated is not on the path" exit 1 } \ No newline at end of file