From c9a97ea8957147aa843e96f67db60c75eaa9f34b Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 4 Jul 2021 11:52:54 +0200 Subject: CI/CircleCI: Fix typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a6b3762058..d063ba9ef53 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ jobs: mysql -h 127.0.0.1 -uroot hotfixes < sql/base/dev/hotfixes_database.sql echo "Importing world database updates" cat sql/updates/world/master/*.sql | mysql -h 127.0.0.1 -uroot world - echo "Importing hoxfixes database updates" + echo "Importing hotfixes database updates" cat sql/updates/hotfixes/master/*.sql | mysql -h 127.0.0.1 -uroot hotfixes echo "Dropping databases" mysql -h 127.0.0.1 -uroot < sql/create/drop_mysql.sql -- cgit v1.2.3