diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index b0456ab..44e528b 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -96,7 +96,7 @@ This will create a self.site.yml using the expected pattern of "site_name_INSTAN Drutopia releases will expect the configuration in `$project_root/config/sync`. Be sure to set the appropriate variable in `settings.php` for it to be stored/retrieved from there. Note not to use `settings.ddev.php`, as this will be generated during `ddev start`: -``` +```php $settings['config_sync_directory'] = '../config/sync'; ```