Skip to content

Commit ac13555

Browse files
author
Bart Koelman
committed
Fixed path
1 parent 43bb3ac commit ac13555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ build_script:
9898
9999
Write-Output "PostgreSQL version:"
100100
if ($IsWindows) {
101-
Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse -ErrorAction SilentlyContinue -Include *.exe
102-
. "${env:ProgramFiles}\PostgreSQL\13.1\bin\psql" --version
101+
#Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse -ErrorAction SilentlyContinue -Include *.exe
102+
. "${env:ProgramFiles}\PostgreSQL\13\bin\psql" --version
103103
}
104104
else {
105105
psql --version

0 commit comments

Comments
 (0)