mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix a typo in bin/repository help update
Summary: Fixes T10741. The workflow is `refs`, not `ref`. Test Plan: o.O Reviewers: chad, cspeckmim Reviewed By: cspeckmim Maniphest Tasks: T10741 Differential Revision: https://secure.phabricator.com/D15652
This commit is contained in:
parent
437ff2a718
commit
8d6488f290
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ final class PhabricatorRepositoryManagementUpdateWorkflow
|
|||
->setSynopsis(
|
||||
pht(
|
||||
'Update __repository__. This performs the __pull__, __discover__, '.
|
||||
'__ref__ and __mirror__ operations and is primarily an internal '.
|
||||
'__refs__ and __mirror__ operations and is primarily an internal '.
|
||||
'workflow.'))
|
||||
->setArguments(
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue