Skip to content

Commit

Permalink
build(bin/setup-wp.php) fix syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume authored Dec 7, 2023
1 parent 02816ba commit 60d475c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/setup-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$env['WORDPRESS_DB_USER'],
$env['WORDPRESS_DB_PASSWORD'],
$env['WORDPRESS_DB_HOST'],
$env['WORDPRESS_TABLE_PREFIX'],
$env['WORDPRESS_TABLE_PREFIX']
);
$db->create();

Expand Down Expand Up @@ -75,7 +75,7 @@
$env['WORDPRESS_ADMIN_USER'],
$env['WORDPRESS_ADMIN_PASSWORD'],
$env['WORDPRESS_ADMIN_USER'] . '@example.com',
'TEST',
'TEST'
);
}

Expand Down

0 comments on commit 60d475c

Please sign in to comment.