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

Added a missing PHP_EOL

This commit is contained in:
Javier Eguíluz 2012-06-18 23:00:50 +02:00
parent 8874641a66
commit a2e88b8a4f

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