Remove parameter

This commit is contained in:
Jeremy Rimpo
2020-09-21 11:37:25 -05:00
parent c847da5463
commit 96db40b252
+1 -1
View File
@@ -72,7 +72,7 @@ class Source(Clone):
self.__pr_label = pr_label
super(Source, self).__init__("https://github.com/{author}/{project}.git".format(author=author, project=project),
branch, feature_branch, pr_label, super_repository, update, commit, shallowclone)
branch, feature_branch, super_repository, update, commit, shallowclone)
self.set_destination(project)