diff --git a/tyop.py b/tyop.py index ef09cc2..6f3edca 100644 --- a/tyop.py +++ b/tyop.py @@ -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}...")