diff --git a/workers/repo_info_worker/repo_info_worker/worker.py b/workers/repo_info_worker/repo_info_worker/worker.py index 06e9757a35..fe631a0af9 100644 --- a/workers/repo_info_worker/repo_info_worker/worker.py +++ b/workers/repo_info_worker/repo_info_worker/worker.py @@ -63,7 +63,7 @@ def __init__(self, config, task=None): specs = { "id": self.config['id'], - "location": "http://localhost:51237", + "location": self.config['location'], "qualifications": [ { "given": [["git_url"]],