diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Databases.psm1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Databases.psm1 index 8bcb840e0..bee22b0ac 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Databases.psm1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Databases.psm1 @@ -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 { @@ -55,4 +55,4 @@ function Build-MSSQLToolsSection { ) return $output -} \ No newline at end of file +}