Skip to content

Commit

Permalink
Back to https but with correct address this time
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Apr 5, 2024
1 parent fd9921c commit 4324e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mepo_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TestMepoCommands(unittest.TestCase):

@classmethod
def __checkout_fixture(cls):
remote = f"git@github.com:pchakraborty/{cls.fixture}.git"
remote = f"https://github.com/pchakraborty/{cls.fixture}.git"
git_clone = "git clone "
if cls.tag:
git_clone += f"-b {cls.tag}"
Expand Down

0 comments on commit 4324e08

Please sign in to comment.