From e8bf3f8afa09e69326e0de30da93b2ce437ebb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Mon, 4 Dec 2023 22:42:50 +0100 Subject: [PATCH] ci: fix typo --- bin/install-wp-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index f4b3954..af59ebb 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -138,7 +138,7 @@ recreate_db() { shopt -u nocasematch } -cremysqladminate_db() { +create_db() { mysqladmin create $DB_NAME --user="$DB_USER" --password="$DB_PASS" $EXTRA }