mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7235 from open-sausages/pulls/4.0/update-installer
Update installer path to match recipe
This commit is contained in:
commit
34ca944bd6
@ -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