Skip to content

Commit ad7ef50

Browse files
committed
Fix preparation script
1 parent b8f1d2c commit ad7ef50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-package-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -n "${WP_CLI_TEST_DBHOST}" ]; then
2828
if [ -n "${PORT}" ]; then
2929
# If the port is not numeric, then we assume it is a socket path.
3030
if is_numeric "${PORT}"; then
31-
HOST_STRING="${HOST_STRING} --port${PORT} --protocol=tcp"
31+
HOST_STRING="${HOST_STRING} --port=${PORT} --protocol=tcp"
3232
else
3333
HOST_STRING="${HOST_STRING} --socket=${PORT} --protocol=socket"
3434
fi

0 commit comments

Comments
 (0)