1
0
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:
Andrés Montañez 2013-12-08 20:17:39 -02:00
parent 6563678b83
commit ceee587bb0

View File

@ -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;
}