mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix typo in deleting superfluous question keys
Co-authored-by: jacen05 <jacen05@users.noreply.github.com>
This commit is contained in:
parent
cdcd38f06f
commit
4decdfc07c
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