From 5d15946f5f3eab905d2d6da2d2035d142a02253e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:45:47 +0200 Subject: [PATCH] fix formatting --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2fc3c8f..40f7a2b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -89,9 +89,9 @@ ram.runtime = "200M" packages_from_raw_bash = """ if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then - echo ["php7.4-fpm", "php7.4-bcmath"]; + echo "php7.4-fpm", "php7.4-bcmath"; elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then - echo ["php8.2-fpm", "php8.2-bcmath"]; + echo "php8.2-fpm", "php8.2-bcmath"; fi """ ]