remove ()

This commit is contained in:
Aleksandr Chebotov
2020-09-14 16:27:20 +03:00
parent e7a8e6a597
commit 8d517bf188

View File

@@ -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 {