Fix invalid concatenation.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-08 16:28:30 +01:00
parent 97fb4c6e38
commit 7068c797b3

View File

@ -189,7 +189,9 @@ install:
Stop-Service postgresql-x64-9.4
Set-Service -Name postgresql-x64-9.4 -StartupType Manual
Write-Host "PostgreSQL 9.4 installed" -ForegroundColor Green# -------------------------------------------------------------------------------------------
Write-Host "PostgreSQL 9.4 installed" -ForegroundColor Green
# -------------------------------------------------------------------------------------------
before_build: