mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix a Repository doc spelling mistake
Summary: Those letters don't go there! Test Plan: O__O Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D16486
This commit is contained in:
parent
403073c989
commit
081081b20e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ $ ./bin/repository clusterize <repository> --service <service>
|
|||
To migrate a repository back off a service, use this command:
|
||||
|
||||
```
|
||||
$ ./bin/repoistory clusterize <repository> --remove-service
|
||||
$ ./bin/repository clusterize <repository> --remove-service
|
||||
```
|
||||
|
||||
This command only changes how Phabricator connects to the repository; it does
|
||||
|
|
Loading…
Reference in a new issue