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