mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1393 from YunoHost/fix-app-key-del
Fix typo in deleting superfluous question keys
This commit is contained in:
commit
b35f27d580
1 changed files with 1 additions and 1 deletions
|
@ -1997,7 +1997,7 @@ def _set_default_ask_questions(arguments):
|
|||
if "example" in arg:
|
||||
del arg["example"]
|
||||
if "default" in arg:
|
||||
del arg["domain"]
|
||||
del arg["default"]
|
||||
|
||||
return arguments
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue