Skip to content

Commit 349bde5

Browse files
authored
Merge pull request #3381 from OpenNeuroOrg/fix/hardcoded-github-org
fix(worker): Use the organization correctly when configuring github remotes
2 parents d28fb3b + d585d4a commit 349bde5

File tree

1 file changed

+1
-1
lines changed
  • services/datalad/datalad_service/common

1 file changed

+1
-1
lines changed

services/datalad/datalad_service/common/github.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def create_sibling_github(dataset_path, dataset_id):
7777
)
7878
repo = Repository(dataset_path)
7979
repo.remotes.create(
80-
'github', f'ssh://[email protected]/OpenNeuroDatasets/{dataset_id}.git')
80+
'github', f'ssh://[email protected]/{DATALAD_GITHUB_ORG}/{dataset_id}.git')

0 commit comments

Comments
 (0)