mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update installer path to match recipe
This commit is contained in:
parent
772cd4a578
commit
24ab3abbea
@ -155,10 +155,10 @@ PHP
|
||||
);
|
||||
}
|
||||
|
||||
$this->statusMessage("Setting up 'mysite/_config/config.yml'");
|
||||
$this->writeToFile("mysite/_config/config.yml", <<<YML
|
||||
$this->statusMessage("Setting up 'mysite/_config/theme.yml'");
|
||||
$this->writeToFile("mysite/_config/theme.yml", <<<YML
|
||||
---
|
||||
Name: mysite
|
||||
Name: mytheme
|
||||
---
|
||||
# YAML configuration for SilverStripe
|
||||
# See http://doc.silverstripe.org/framework/en/topics/configuration
|
||||
|
Loading…
Reference in New Issue
Block a user