Commit dfbe5cc8 authored by Ayush Tiwari's avatar Ayush Tiwari

Update updater for tesnode

parent 6477fe48
...@@ -165,7 +165,7 @@ class Updater(object): ...@@ -165,7 +165,7 @@ class Updater(object):
if not(correct_url): if not(correct_url):
self.deleteRepository() self.deleteRepository()
if not os.path.exists(self.repository_path): if not os.path.exists(self.repository_path):
parameter_list = ['clone', self.url] parameter_list = ['clone', '--recurse-submodules', self.url]
if self.branch is not None: if self.branch is not None:
parameter_list.extend(['-b', self.branch]) parameter_list.extend(['-b', self.branch])
parameter_list.append(self.repository_path) parameter_list.append(self.repository_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment