diff options
author | Hugo <hugovk@users.noreply.github.com> | 2018-03-18 22:05:54 +0200 |
---|---|---|
committer | Hugo <hugovk@users.noreply.github.com> | 2018-03-18 22:26:31 +0200 |
commit | f773b4cedad84da3ab3f548a6293dca7a0ec2707 (patch) | |
tree | b634b8b0dbe5cefe16c2f516898a6d52fc21949d /git/test/test_submodule.py | |
parent | 16223e5828ccc8812bd0464d41710c28379c57a9 (diff) | |
download | gitpython-f773b4cedad84da3ab3f548a6293dca7a0ec2707.tar.gz |
github -> GitHub
Diffstat (limited to 'git/test/test_submodule.py')
-rw-r--r-- | git/test/test_submodule.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_submodule.py b/git/test/test_submodule.py index 3b15c095..0bf76380 100644 --- a/git/test/test_submodule.py +++ b/git/test/test_submodule.py @@ -264,7 +264,7 @@ class TestSubmodule(TestBase): self.failUnlessRaises(ValueError, csm.remove, module=False, configuration=False) # module() is supposed to point to gitdb, which has a child-submodule whose URL is still pointing - # to github. To save time, we will change it to + # to GitHub. To save time, we will change it to csm.set_parent_commit(csm.repo.head.commit) with csm.config_writer() as cw: cw.set_value('url', self._small_repo_url()) |