Skip to content

Commit

Permalink
Update config.rst
Browse files Browse the repository at this point in the history
Remove unneeded character from command line
  • Loading branch information
kcondon authored Jan 22, 2019
1 parent c77ab16 commit 8d09fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Archivers may require glassfish settings as well. For the Chronopolis archiver,

Once this configuration is complete, you, as a user with the *PublishDataset* permission, should be able to use the API call to manually submit a DatasetVersion for processing:

``curl -H "X-Dataverse-key:|<key>" http://localhost:8080/api/admin/submitDataVersionToArchive/{id}/{version}``
``curl -H "X-Dataverse-key: <key>" http://localhost:8080/api/admin/submitDataVersionToArchive/{id}/{version}``

where:

Expand Down

0 comments on commit 8d09fbf

Please sign in to comment.