Page MenuHomePhorge

D25026.1738316826.diff
No OneTemporary

D25026.1738316826.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
Fri, Jan 31, 09:47 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1108645
Default Alt Text
D25026.1738316826.diff (527 B)

Event Timeline