From 03561f38d83655362a96a532e29e86baf7a354de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 30 Oct 2017 09:10:30 -0700 Subject: [PATCH] I'd like to close my tab and I left 4 spaces --- docs/markmaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markmaker.py b/docs/markmaker.py index 8c4eb7c6..979bd0eb 100755 --- a/docs/markmaker.py +++ b/docs/markmaker.py @@ -143,7 +143,7 @@ try: repo = os.environ["REPOSITORY_URL"] else: repo = subprocess.check_output(["git", "config", "remote.origin.url"]) - repo = repo.strip().replace("git@github.com:", "https://github.com/") + repo = repo.strip().replace("git@github.com:", "https://github.com/") if "BRANCH" in os.environ: branch = os.environ["BRANCH"] else: