Fix interpolation

This commit is contained in:
decentral1se 2021-07-15 15:54:27 +02:00
parent 0857119b5e
commit 52d21fb840
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("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: