Skip to content

Commit

Permalink
Merge pull request #52 from d3b-center/pathfind
Browse files Browse the repository at this point in the history
馃悰 Discover repo org/name for https clones as well
  • Loading branch information
fiendish committed Jun 1, 2021
2 parents e40cd08 + 9ff1202 commit a1ce4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3b_release_maker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_repository():
return None

result = result.decode().strip()
match = re.match(r".*:([\w\d0-9-]+\/[\w\d-]+)", result)
match = re.match(r".*[:/]([\w\d0-9-]+\/[\w\d-]+)", result)
if match:
return match.group(1)
return None
Expand Down

0 comments on commit a1ce4e3

Please sign in to comment.