mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
doc: rename kotlin to Kotlin (#3932)
This commit is contained in:
committed by
GitHub
parent
ca34695b7a
commit
ea51727852
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user