Time information feature.

This commit is contained in:
Andrés Montañez
2012-03-30 20:56:07 -03:00
parent b252555655
commit 6e3e8e0768
3 changed files with 44 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ class Mage_Task_Add
} else {
$releasesConfig = 'releases:' . PHP_EOL
. ' enabled: true' . PHP_EOL
. ' max: 10' . PHP_EOL
. ' symlink: current' . PHP_EOL
. ' directory: releases' . PHP_EOL;