From a48f31168c4d275938dc5f23ad627effc629a9f6 Mon Sep 17 00:00:00 2001 From: Mihail Shumilov Date: Wed, 24 Sep 2014 14:54:55 +0300 Subject: [PATCH] Update EnvironmentCommand.php fix config generating --- console/commands/EnvironmentCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/commands/EnvironmentCommand.php b/console/commands/EnvironmentCommand.php index 679a26d..5ca6879 100644 --- a/console/commands/EnvironmentCommand.php +++ b/console/commands/EnvironmentCommand.php @@ -108,7 +108,7 @@ public function actionSet($id) { foreach ($this->config_dirs as $dir) { - $source = "{$dir}/environments/{$id}.php"; + $source = "{$dir}/overrides/{$id}.php"; if(!file_exists($source)) { Console::output(