From 3491d107071a2915cf223fd2adf9c612d25115c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 1 Jul 2024 15:37:20 +0200 Subject: [PATCH] Fix tests.toml --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 70ff51b..4ef117b 100644 --- a/tests.toml +++ b/tests.toml @@ -4,7 +4,7 @@ test_format = 1.0 [default] - preinstall = """" + preinstall = """ if cat /etc/os-release | grep --quiet bookworm 2>/dev/null; then yunohost app install --force https://github.com/yunoHost-Apps/metronome_ynh -a 'domain=domain.tld&init_main_permission=visitors' fi