Skip to content

Commit 3a7278c

Browse files
committed
REname psql => pgsql
1 parent 8937c1c commit 3a7278c

25 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for version in "${versions[@]}"; do
3939

4040
baseDockerfile=Dockerfile-debian.template
4141

42-
for db in psql mssql oci; do
42+
for db in pgsql mssql oci; do
4343
[ -d "$version/$suite/$db" ] || continue
4444

4545
for variant in base ci; do

0 commit comments

Comments
 (0)