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
33ef3ea873
commit
6bceb7bb0e
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
{
|
||||
"name": "",
|
||||
"type": "select",
|
||||
"choices": ["auto", "manual"]
|
||||
"choices": ["auto", "manual"],
|
||||
"default": "manual"
|
||||
"ask": {
|
||||
"en": "Should the jobs be automatically run from the apps list?"
|
||||
|
@ -50,7 +50,7 @@
|
|||
{
|
||||
"name": "cluster",
|
||||
"type": "select",
|
||||
"choices": ["cluster", "no"]
|
||||
"choices": ["cluster", "no"],
|
||||
"default": "no"
|
||||
"ask": {
|
||||
"en": "Should an LXD cluster be created with this server as first node?"
|
||||
|
|
Loading…
Reference in a new issue