SelfUpdateCommand: removed unneeded return

main
chr0n1x 11 years ago
parent 0c76bba8bb
commit d26355ef65

@ -91,8 +91,6 @@ EOT
$rollbackVersion = $this->getLastVersion($rollbackDir);
if (!$rollbackVersion) {
throw new FilesystemException('Composer rollback failed: no installation to roll back to in "'.$rollbackDir.'"');
return 1;
}
}

Loading…
Cancel
Save