mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 22:38:56 +02:00
Added a missing PHP_EOL
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user