mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
PostgreSQL not Postgre SQL (#3931)
https://wiki.postgresql.org/wiki/Postgres
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function Get-PostgreSqlVersion {
|
||||
$postgreSQLVersion = psql --version | Take-OutputPart -Part 2
|
||||
$aptSourceRepo = Get-AptSourceRepository -PackageName "postgresql"
|
||||
return "Postgre SQL $postgreSQLVersion (apt source repository: $aptSourceRepo)"
|
||||
return "PostgreSQL $postgreSQLVersion (apt source repository: $aptSourceRepo)"
|
||||
}
|
||||
|
||||
function Get-MongoDbVersion {
|
||||
|
||||
Reference in New Issue
Block a user