mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Remove SCM config.
This commit is contained in:
		
							parent
							
								
									b9fba3acc0
								
							
						
					
					
						commit
						80e0a283ff
					
				@ -24,7 +24,7 @@ class Mage_Task_BuiltIn_Scm_Update
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public function run()
 | 
					    public function run()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        switch ($this->getConfig()->scm('type')) {
 | 
					        switch ($this->getConfig()->general('scm')) {
 | 
				
			||||||
            case 'git':
 | 
					            case 'git':
 | 
				
			||||||
                $command = 'git pull';
 | 
					                $command = 'git pull';
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user