From 992c2d35085a08cec1f1bec161372afb87375247 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 27 May 2022 14:01:49 +0400 Subject: [PATCH] Fix software report output for cargo audit package (#5625) --- images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {