Page MenuHomePhorge

D25026.1736453675.diff
No OneTemporary

D25026.1736453675.diff

diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -743,7 +743,7 @@
if ($this->shouldCommit()) {
$flags = array();
if ($bundle->getFullAuthor()) {
- $flags[] = csprintf('--author=%s', $bundle->getFullAuthor());
+ $flags[] = sprintf('--author=%s', $bundle->getFullAuthor());
}
$commit_message = $this->getCommitMessage($bundle);

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 9, 20:14 (1 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1108645
Default Alt Text
D25026.1736453675.diff (527 B)

Event Timeline