mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 13:20:17 +02: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) {
|
||||
$command = 'git tash pop';
|
||||
$command = 'git stash pop';
|
||||
$result = $this->runCommandRemote($command) && $result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user