Skip to content

Commit 78af629

Browse files
committed
Fix typo
1 parent 73841fa commit 78af629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SharedInputs/postgres_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ INITDB_FLAGS+=" --username=pgtest"
2929
echo "$ initdb $INITDB_FLAGS >& ${DB_DIR}/initdb_log.txt"
3030
initdb ${INITDB_FLAGS} >& ${DB_DIR}/initdb_log.txt
3131

32-
INITDB_FLAGS=""
32+
POSTGRES_FLAGS=""
3333
POSTGRES_FLAGS+=" -p 9100"
3434
POSTGRES_FLAGS+=" -D ${DB_DIR}/db"
3535
POSTGRES_FLAGS+=" -k ${DB_DIR}/db"

0 commit comments

Comments
 (0)