Skip to content

Commit ac6e0b5

Browse files
committed
fix sh syntax error
1 parent f6b1e0b commit ac6e0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "$(pg_config --bindir)" >> $GITHUB_PATH
4949
5050
echo "Initializing database cluster..."
51-
export PGHOST="${RUNNER_TEMP//\\//}/postgres
51+
export PGHOST="${RUNNER_TEMP//\\//}/postgres"
5252
export PGDATA="$PGHOST/pgdata"
5353
mkdir -p "$PGDATA"
5454

0 commit comments

Comments
 (0)