Default to not pulling for now

This commit is contained in:
decentral1se 2021-07-16 00:05:20 +02:00
parent 326c7e0fa0
commit 0610f89da6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class Migration:
idx = 0
for match in self.matches:
self._clean(match=match, branch=True, pull=True)
self._clean(match=match, branch=True)
with open(match, "r") as handle:
self.log.debug(f"Processing {match}...")