mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
typo
This commit is contained in:
parent
286ada9dff
commit
9e9db22b39
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class AppCatalog():
|
|||
public_commit=app["git"]["revision"])
|
||||
db.session.add(known_app)
|
||||
else:
|
||||
known_app.repo = app["repo"]
|
||||
known_app.repo = app["url"]
|
||||
print("Updating already known app {}".format(name))
|
||||
|
||||
maintainers_info = app["manifest"].get("maintainer", app["manifest"].get("developer", None))
|
||||
|
|
Loading…
Reference in a new issue