Build/Test Tools: Remove extraneous `--` from `docker-compose up` command.

This end of command options mark can be erreonously interpreted as an (invalid) container name.

Props westonruter, saggre
Fixes #56550

Built from https://develop.svn.wordpress.org/trunk@54350


git-svn-id: http://core.svn.wordpress.org/trunk@53909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2022-09-28 21:56:12 +00:00
parent d3006e8a16
commit 14b6270285
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-beta2-54349';
$wp_version = '6.1-beta2-54350';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.