1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 21:00:18 +02:00

Merge pull request #2 from javiereguiluz/master

Added a missing PHP_EOL
This commit is contained in:
Andrés Montañez 2012-06-19 05:44:06 -07:00
commit 384aa3cf79

View File

@ -26,7 +26,7 @@ class Mage_Task_Add
. ' excludes:' . PHP_EOL
. ($withRelases ? $releasesConfig : '')
. 'hosts:' . PHP_EOL
. 'tasks:'
. 'tasks:' . PHP_EOL
. ' pre-deploy:' . PHP_EOL
. ' on-deploy:' . PHP_EOL
. ' - deployment/rsync' . PHP_EOL