Page MenuHomePhorge

D25026.1737224047.diff
No OneTemporary

D25026.1737224047.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
Sat, Jan 18, 18:14 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1108645
Default Alt Text
D25026.1737224047.diff (527 B)

Event Timeline