Minor, sort out a change request which was lost in the melee.

This commit is contained in:
epriestley
2013-12-05 17:37:04 -08:00
parent a1f3233481
commit a74bfe5167
+1 -1
View File
@@ -135,7 +135,7 @@ try {
));
if ($rethrow) {
throw $ex;
throw $rethrow;
}
} catch (Exception $ex) {
fwrite(STDERR, "phabricator-ssh-exec: ".$ex->getMessage()."\n");