fix(readme-generator/regen_readme_in_batch): f-string missing a f
This commit is contained in:
parent
df18ddc242
commit
1d077fc3a2
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ async def regen_readme(repository, branch):
|
|||
await git(["commit", "-a", "-m", "Auto-update README", "--author='yunohost-bot <yunohost@yunohost.org>'"], in_folder=folder)
|
||||
await git(["push", "origin", branch, "--quiet"], in_folder=folder)
|
||||
|
||||
print("Updated {repo}")
|
||||
print(f"Updated {repository}")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue