mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Fix manifest²
This commit is contained in:
parent
6bceb7bb0e
commit
38754e7615
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
"name": "",
|
||||
"type": "select",
|
||||
"choices": ["auto", "manual"],
|
||||
"default": "manual"
|
||||
"default": "manual",
|
||||
"ask": {
|
||||
"en": "Should the jobs be automatically run from the apps list?"
|
||||
}
|
||||
|
@ -51,7 +51,7 @@
|
|||
"name": "cluster",
|
||||
"type": "select",
|
||||
"choices": ["cluster", "no"],
|
||||
"default": "no"
|
||||
"default": "no",
|
||||
"ask": {
|
||||
"en": "Should an LXD cluster be created with this server as first node?"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue