Update installer path to match recipe

This commit is contained in:
Damian Mooyman 2017-08-03 10:02:55 +12:00
parent 772cd4a578
commit 24ab3abbea
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -155,10 +155,10 @@ PHP
); );
} }
$this->statusMessage("Setting up 'mysite/_config/config.yml'"); $this->statusMessage("Setting up 'mysite/_config/theme.yml'");
$this->writeToFile("mysite/_config/config.yml", <<<YML $this->writeToFile("mysite/_config/theme.yml", <<<YML
--- ---
Name: mysite Name: mytheme
--- ---
# YAML configuration for SilverStripe # YAML configuration for SilverStripe
# See http://doc.silverstripe.org/framework/en/topics/configuration # See http://doc.silverstripe.org/framework/en/topics/configuration