Skip to content

Commit

Permalink
Merge pull request #188 from datalad/bf-doc
Browse files Browse the repository at this point in the history
Rectify special remote init instructions
  • Loading branch information
mih committed Dec 8, 2023
2 parents a6dc142 + 5d0358c commit cda6bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_osf/annex_remote.py
Expand Up @@ -46,7 +46,7 @@ class OSFSpecialRemote(ExportRemote):
Initialize the special remote::
git annex initremote osf type=external externaltype=osf \\
encryption=none node=https://osf.io/<your-component-id>/
encryption=none node=<your-component-id>
To upload files you need to supply credentials.
Expand Down

0 comments on commit cda6bcc

Please sign in to comment.