From 38754e7615d146543f1f31d3e4f874a0e66173be Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 7 Apr 2023 00:19:23 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20manifest=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8fcb6fa..30b2a36 100644 --- a/manifest.json +++ b/manifest.json @@ -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?" }