mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
remove ()
This commit is contained in:
@@ -15,7 +15,7 @@ function Get-SqliteVersion {
|
|||||||
|
|
||||||
function Get-MySQLVersion {
|
function Get-MySQLVersion {
|
||||||
$mySQLVersion = mysqld --version | Take-OutputPart -Part 2 | Take-OutputPart -Part 0 -Delimiter "-"
|
$mySQLVersion = mysqld --version | Take-OutputPart -Part 2 | Take-OutputPart -Part 0 -Delimiter "-"
|
||||||
return "MySQL ($mySQLVersion)"
|
return "MySQL $mySQLVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Build-MySQLSection {
|
function Build-MySQLSection {
|
||||||
|
|||||||
Reference in New Issue
Block a user