We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d28fb3b + d585d4a commit 349bde5Copy full SHA for 349bde5
services/datalad/datalad_service/common/github.py
@@ -77,4 +77,4 @@ def create_sibling_github(dataset_path, dataset_id):
77
)
78
repo = Repository(dataset_path)
79
repo.remotes.create(
80
- 'github', f'ssh://[email protected]/OpenNeuroDatasets/{dataset_id}.git')
+ 'github', f'ssh://[email protected]/{DATALAD_GITHUB_ORG}/{dataset_id}.git')
0 commit comments