| commit | ce0d7fa4ee819d060348481569527077463fe6d5 | [log] [tgz] |
|---|---|---|
| author | matt venn <matt@mattvenn.net> | Sat Dec 03 23:22:31 2022 +0100 |
| committer | matt venn <matt@mattvenn.net> | Sat Dec 03 23:22:31 2022 +0100 |
| tree | 5843abf0187b17ca54f9e88c6b581e74e372b97b | |
| parent | 8a85cd15d92949ca9a5e1288a364d0e8e372f81b [diff] |
lost the recursive checkout somehow
diff --git a/configure.py b/configure.py index ea550fa..a199d3c 100755 --- a/configure.py +++ b/configure.py
@@ -271,7 +271,7 @@ exit(1) else: logging.info("clone") - git.Repo.clone_from(self.git_url, self.local_dir) + git.Repo.clone_from(self.git_url, self.local_dir, recursive=True) def pull(self): repo = git.Repo(self.local_dir)