mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Fix typo in GitRebase Deploy strategy.
This commit is contained in:
		
							parent
							
								
									6563678b83
								
							
						
					
					
						commit
						ceee587bb0
					
				@ -70,7 +70,7 @@ class GitRebaseTask extends AbstractTask implements IsReleaseAware
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // If Stashed, restore.
 | 
					        // If Stashed, restore.
 | 
				
			||||||
        if ($stashed) {
 | 
					        if ($stashed) {
 | 
				
			||||||
        	$command = 'git tash pop';
 | 
					        	$command = 'git stash pop';
 | 
				
			||||||
        	$result = $this->runCommandRemote($command) && $result;
 | 
					        	$result = $this->runCommandRemote($command) && $result;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user