mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +02:00
Merge pull request #2 from javiereguiluz/master
Added a missing PHP_EOL
This commit is contained in:
commit
384aa3cf79
@ -26,7 +26,7 @@ class Mage_Task_Add
|
|||||||
. ' excludes:' . PHP_EOL
|
. ' excludes:' . PHP_EOL
|
||||||
. ($withRelases ? $releasesConfig : '')
|
. ($withRelases ? $releasesConfig : '')
|
||||||
. 'hosts:' . PHP_EOL
|
. 'hosts:' . PHP_EOL
|
||||||
. 'tasks:'
|
. 'tasks:' . PHP_EOL
|
||||||
. ' pre-deploy:' . PHP_EOL
|
. ' pre-deploy:' . PHP_EOL
|
||||||
. ' on-deploy:' . PHP_EOL
|
. ' on-deploy:' . PHP_EOL
|
||||||
. ' - deployment/rsync' . PHP_EOL
|
. ' - deployment/rsync' . PHP_EOL
|
||||||
|
Loading…
Reference in New Issue
Block a user