Fix var name

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

View File

@ -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: