Compare commits

...

2 Commits

Author SHA1 Message Date
decentral1se 326c7e0fa0
Fix var name 2021-07-15 16:09:05 +02:00
decentral1se 52d21fb840
Fix interpolation 2021-07-15 15:54:27 +02:00
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("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: