mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Merge pull request #50 from dlin-me/master
Fixed a bug in the builtin ChangeBranchTask.php
This commit is contained in:
		
						commit
						08b285e962
					
				@ -63,8 +63,7 @@ class ChangeBranchTask extends AbstractTask
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    public function run()
 | 
					    public function run()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
    	$scmConfig = $this->getConfig()->general('scm', array());
 | 
					        switch ($this->getConfig()->general('scm')) {
 | 
				
			||||||
        switch ((isset($scmConfig['type']) ? $scmConfig['type'] : false)) {
 | 
					 | 
				
			||||||
            case 'git':
 | 
					            case 'git':
 | 
				
			||||||
            	if ($this->getParameter('_changeBranchRevert', false)) {
 | 
					            	if ($this->getParameter('_changeBranchRevert', false)) {
 | 
				
			||||||
            		$command = 'git checkout ' . self::$startingBranch;
 | 
					            		$command = 'git checkout ' . self::$startingBranch;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user