From 7a7c304d54a34a67bbfc6f969c836d1f7292d1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 29 Feb 2024 14:43:34 +0100 Subject: [PATCH] oops, display_text --- manifest.toml | 2 +- tests.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e5a7b22..2b0329f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,7 +49,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [install.autosync_info] ask.en = "All the following options are useful only if you chose to enable autosynchronization. You can skip them all if you didn't." ask.fr = "Les options qui suivent ne sont utiles que si vous avez choisi d'activer l'autosynchronisation. Vous pouvez toutes les ignorer si ce n'est pas le cas." - type = "text" + type = "display_text" [install.couch_url] ask.en = "What is the url of your couchdb server (only if autosynchronization is enabled)." diff --git a/tests.toml b/tests.toml index 190a03c..756a457 100644 --- a/tests.toml +++ b/tests.toml @@ -3,7 +3,6 @@ test_format = 1.0 [default] - args.autosync_info = "" args.couch_admin_password = "ANicePassword" args.couch_datoadmin_password = "ANicePassword"