1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02:00

Don't use command output as formatted string in arc land

This commit is contained in:
Jakub Vrana 2013-04-05 23:09:35 -07:00
parent c6ee0806cf
commit 576c47aaa1

View file

@ -350,8 +350,7 @@ EOTEXT
"No commits to land from {$this->branch}.");
}
echo phutil_console_format(
"The following commit(s) will be landed:\n\n{$out}\n");
echo "The following commit(s) will be landed:\n\n{$out}\n";
}
private function findRevision() {