diff --git a/images/macos/software-report/SoftwareReport.Common.psm1 b/images/macos/software-report/SoftwareReport.Common.psm1 index a1a785173..240efc0cf 100644 --- a/images/macos/software-report/SoftwareReport.Common.psm1 +++ b/images/macos/software-report/SoftwareReport.Common.psm1 @@ -509,7 +509,7 @@ function Get-BicepVersion { function Get-KotlinVersion { $kotlinVersion = Run-Command "kotlin -version" | Take-Part -Part 2 - return "kotlin $kotlinVersion" + return "Kotlin $kotlinVersion" } function Build-PackageManagementEnvironmentTable {