Skip to content

Commit

Permalink
fix(bin/setup-wp.php) use the correct mysql server directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Aug 21, 2024
1 parent 01aa2d7 commit bd0268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$env = $dotenv->load();

$mysqlServer = new MysqlServer(
codecept_output_dir('_mysql-server'),
codecept_output_dir('_mysql_server'),
$_ENV['WORDPRESS_DB_LOCALHOST_PORT'],
$_ENV['WORDPRESS_DB_NAME'],
$_ENV['WORDPRESS_DB_USER'],
Expand Down

0 comments on commit bd0268d

Please sign in to comment.