mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix diviner symbols documentation
Summary: Fixes T9267. Removes preceeding r. Test Plan: Ran Sample, did not get error. Reviewers: epriestley, joshuaspence Reviewed By: epriestley, joshuaspence Subscribers: Korvin Maniphest Tasks: T9267 Differential Revision: https://secure.phabricator.com/D14000
This commit is contained in:
parent
786b135a66
commit
fd189f14fb
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ write such a script, and run this command to see its output:
|
|||
To actually build the symbol index, pipe this data to the
|
||||
`import_repository_symbols.php` script, providing the repository callsign:
|
||||
|
||||
$ ./scripts/symbols/import_repository_symbols.php rREPO < symbols_data
|
||||
$ ./scripts/symbols/import_repository_symbols.php REPO < symbols_data
|
||||
|
||||
Then just set up a cronjob to run that however often you like.
|
||||
|
||||
|
|
Loading…
Reference in a new issue