diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 index 33530d33..980dd2dc 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 @@ -60,7 +60,7 @@ function Get-CbindgenVersion { } function Get-CargoAuditVersion { - return cargo audit --version + return cargo-audit --version } function Get-CargoOutdatedVersion {