Skip to content

Commit

Permalink
Switched from https to ssh for git cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Apr 5, 2024
1 parent 8c9a8a9 commit fd9921c
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 = "https://github.com/pchakraborty/{}.git".format(cls.fixture)
remote = f"git@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 fd9921c

Please sign in to comment.