diff --git a/tyop.py b/tyop.py index bbb9a5c..ef09cc2 100644 --- a/tyop.py +++ b/tyop.py @@ -201,7 +201,7 @@ class Migration: self._shell("git checkout .", check=False, cwd=_path) if pull: - self.log.debug(f"Pulling latest changes in {path}...") + self.log.debug(f"Pulling latest changes in {_path}...") self._shell("git pull --rebase", check=False, cwd=_path) if branch: