From 8504814f4b1fe77b9c68828bf48a55cff83e35ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 20 Mar 2024 21:26:40 +0100 Subject: [PATCH] =?UTF-8?q?fix=20json=E2=88=92>toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7a51f7b..56c9713 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -140,7 +140,7 @@ ynh_configure () { fi mkdir -p "$(dirname $DEST)" - if [ -f '../manifest.json' ] ; then + if [ -f '../manifest.toml' ] ; then ynh_add_config "${YNH_CWD}/../conf/$TEMPLATE" "$DEST" else ynh_add_config "${YNH_CWD}/../settings/conf/$TEMPLATE" "$DEST"