diff --git a/imaspy/dd_helpers.py b/imaspy/dd_helpers.py index 21a7775..e625a57 100644 --- a/imaspy/dd_helpers.py +++ b/imaspy/dd_helpers.py @@ -199,7 +199,7 @@ def get_data_dictionary_repo() -> Tuple[bool, bool]: try: origin = repo.remote() except ValueError: - dd_repo_url = "ssh://git@git.iter.org/imas/data-dictionary.git" + dd_repo_url = "https://github.com/iterorganization/imas-data-dictionary.git" origin = repo.create_remote("origin", url=dd_repo_url) logger.info("Set up remote '{!s}' linking to '{!s}'".format(origin, origin.url))