mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Added a missing PHP_EOL
This commit is contained in:
		
							parent
							
								
									8874641a66
								
							
						
					
					
						commit
						a2e88b8a4f
					
				@ -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