mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 10:38:57 +02:00
Changes configuration files extensions.
From "yaml" to "yml"
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ class Mage_Task_Add
|
||||
public function environment($environmentName, $withRelases = false)
|
||||
{
|
||||
$environmentName = strtolower($environmentName);
|
||||
$environmentConfigFile = '.mage/config/environment/' . $environmentName . '.yaml';
|
||||
$environmentConfigFile = '.mage/config/environment/' . $environmentName . '.yml';
|
||||
|
||||
Mage_Console::output('Adding new environment: <dark_gray>' . $environmentName . '</dark_gray>');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user