Skip to content

Commit c005ac2

Browse files
committed
Fix typo.
1 parent aeefb23 commit c005ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
* The default value is t/cpanfile.
1515
* CGIPath and StaticWebPath can now be specified relative to the host.
1616
* The database specified in mt-config.cgi is now automatically created if it does not exist.
17-
* If you do not want to create it automatically, you can skip this behavior by specifying `CREATE_DATABASE_IF_NOT_EXISTS:=yes`.
17+
* If you do not want to create it automatically, you can skip this behavior by specifying `CREATE_DATABASE_IF_NOT_EXISTS=no`.
1818
* In the Vagrant environment, we have added a setting to forward the host's port to the guest.
1919
* The default value is 5825, which can be accessed at http://localhost:5825/cgi-bin/mt/mt.cgi.
2020
* You can change this value with the `VM_VB_HTTP_PORT` or `HTTPD_EXPOSE_PORT` environment variables.

0 commit comments

Comments
 (0)