mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo é_è
This commit is contained in:
parent
05a459d4df
commit
d8a9243532
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ def install_legacy_app(domain, path, public=True):
|
|||
def install_manifestv2_app(domain, path, public=True):
|
||||
|
||||
app_install(
|
||||
os.path.join(get_test_apps_dir(), "manivestv2_app_ynh"),
|
||||
os.path.join(get_test_apps_dir(), "manifestv2_app_ynh"),
|
||||
args="domain={}&path={}&init_main_permission={}".format(domain, path, "visitors" if public else "all_users"),
|
||||
force=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue