I'd like to close my tab and I left 4 spaces

This commit is contained in:
Jérôme Petazzoni
2017-10-30 09:10:30 -07:00
parent 4965b205a7
commit 03561f38d8

View File

@@ -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: