@ -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:
The note is not visible to the blocked user.