Skip to content

Commit

Permalink
Fix preparation script
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 18, 2023
1 parent b8f1d2c commit ad7ef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-package-tests
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -n "${WP_CLI_TEST_DBHOST}" ]; then
if [ -n "${PORT}" ]; then
# If the port is not numeric, then we assume it is a socket path.
if is_numeric "${PORT}"; then
HOST_STRING="${HOST_STRING} --port${PORT} --protocol=tcp"
HOST_STRING="${HOST_STRING} --port=${PORT} --protocol=tcp"
else
HOST_STRING="${HOST_STRING} --socket=${PORT} --protocol=socket"
fi
Expand Down

0 comments on commit ad7ef50

Please sign in to comment.