diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Rust.psm1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Rust.psm1 index 21b65d638..d4b4b1db0 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Rust.psm1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Rust.psm1 @@ -21,7 +21,7 @@ function Get-CargoVersion { } function Get-CargoAuditVersion { - $cargoAuditVersion = $(cargo audit --version) | Take-OutputPart -Part 1 + $cargoAuditVersion = $(cargo-audit --version) | Take-OutputPart -Part 1 return "Cargo audit $cargoAuditVersion" }