From 2457c3a13fe970a1bc0a89acb6f6d8cec46e1d09 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:18:05 +0100 Subject: [PATCH] fix some linter errors --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4feeba2..1c1ad28 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,8 +24,8 @@ cpe = "cpe:2.3:a:weblate:weblate" yunohost = ">= 11.2.0" architectures = "all" multi_instance = true -ldap = "false" -sso = "false" +ldap = false +sso = false disk = "1G" ram.build = "3G" @@ -52,7 +52,7 @@ ram.runtime = "3G" [install.used_forge] ask.en = "Choose the forge you use" ask.fr = "Choisissez la forge que vous utilisez" - type = "string" + type = "select" choices = ["GitHub", "GitLab"] default = "GitHub" optional = true