diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php index e3b122fc..e04a6377 100644 --- a/src/workflow/ArcanistPatchWorkflow.php +++ b/src/workflow/ArcanistPatchWorkflow.php @@ -717,7 +717,7 @@ EOTEXT $author = sprintf('%s <%s>', $address->getDisplayName(), $address->getAddress()); - $author_cmd = sprintf('--author=%s ', $author); + $author_cmd = csprintf('--author=%s ', $author); } } $commit_message = $this->getCommitMessage($bundle);