From 4b7cf2dae67636e874e7ed87e5f4abc29a43f074 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:01:37 +0200 Subject: [PATCH] Update manifest.toml: default = false is not valid for group questions --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a15e248..90ed890 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,7 +41,6 @@ ram.runtime = "50M" [install.init_main_permission] type = "group" - default = false [install.admin] type = "user"