Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2862851
D25026.1736453675.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
527 B
Referenced Files
None
Subscribers
None
D25026.1736453675.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25026: Fix incorrect quoting of author in 'arc patch'
Attached
Detach File
Event Timeline
Log In to Comment