From 76a294b28438e12b2d29f381ad941dc2bacf3bc8 Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 12 Oct 2016 09:39:05 +0200 Subject: [PATCH] =?UTF-8?q?[fix]=20typo:=20install=20filed=20=E2=80=93>=20?= =?UTF-8?q?failed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/actionsmap/yunohost.yml | 2 +- src/yunohost/app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/actionsmap/yunohost.yml b/data/actionsmap/yunohost.yml index 12699307..56b28cf3 100644 --- a/data/actionsmap/yunohost.yml +++ b/data/actionsmap/yunohost.yml @@ -438,7 +438,7 @@ app: help: Serialized arguments for app script (i.e. "domain=domain.tld&path=/path") -n: full: --no-remove-on-fail - help: Debug option to avoid removing the app on a filed installation + help: Debug option to avoid removing the app on a failed installation ### app_remove() TODO: Write help remove: diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 5ac0cb97..f85e9f19 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -448,7 +448,7 @@ def app_install(auth, app, label=None, args=None, no_remove_on_fail=False): app -- Name, local path or git URL of the app to install label -- Custom name for the app args -- Serialize arguments for app installation - no_remove_on_fail -- Debug option to avoid removing the app on a filed installation + no_remove_on_fail -- Debug option to avoid removing the app on a failed installation """ from yunohost.hook import hook_add, hook_remove, hook_exec