mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Don't use command output as formatted string in arc land
This commit is contained in:
parent
c6ee0806cf
commit
576c47aaa1
1 changed files with 1 additions and 2 deletions
|
@ -350,8 +350,7 @@ EOTEXT
|
||||||
"No commits to land from {$this->branch}.");
|
"No commits to land from {$this->branch}.");
|
||||||
}
|
}
|
||||||
|
|
||||||
echo phutil_console_format(
|
echo "The following commit(s) will be landed:\n\n{$out}\n";
|
||||||
"The following commit(s) will be landed:\n\n{$out}\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function findRevision() {
|
private function findRevision() {
|
||||||
|
|
Loading…
Reference in a new issue