diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 index 4960269d..a4379c0b 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 @@ -158,7 +158,7 @@ function Get-CondaVersion { } function Get-ComposerVersion { - composer --version | Take-Part -Part 0,1 + composer --version | Take-Part -Part 0,2 } function Get-NugetVersion {