Skip to content

Commit

Permalink
Rectify special remote init instructions
Browse files Browse the repository at this point in the history
Closes #172
  • Loading branch information
mih committed Dec 8, 2023
1 parent a6dc142 commit 5d0358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_osf/annex_remote.py
Original file line number Diff line number Diff line change
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 5d0358c

Please sign in to comment.