mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +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}.");
|
||||
}
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue