From f7cd0eb54c8bf60a7c4f5cca8d4fcba55f389d8b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 17 Jun 2021 16:34:03 +0200 Subject: [PATCH] Use new name --- bin/github-sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/github-sync.py b/bin/github-sync.py index bbe1d55..eb69572 100755 --- a/bin/github-sync.py +++ b/bin/github-sync.py @@ -34,7 +34,7 @@ def main(): log.info(f"Mirroring {app}...") token = environ.get("GITHUB_ACCESS_TOKEN") - remote = f"https://coopcloudbot:{token}@github.com/Co-op-Cloud/{app}.git" + remote = f"https://coopcloudbot:{token}@github.com/Coop-Cloud/{app}.git" _run_cmd( f"git remote add github {remote} || true",