From 397bb7402eb62b588b415db02a50f3c8105e3dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 28 Feb 2024 13:12:21 +0100 Subject: [PATCH] fix install --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 03103e6..2432fdf 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,8 +13,8 @@ NODEJS_VERSION=16 _git_clone_or_pull() { repo_dir="$1" - upstream_repository=$(ynh_read_manifest --manifest_key='.upstream.code') - upstream_url=$(ynh_read_manifest --manifest_key='.resources.sources.main.url') + upstream_repository=$(ynh_read_manifest --manifest_key='upstream.code') + upstream_url=$(ynh_read_manifest --manifest_key='resources.sources.main.url') upstream_commit=$(echo "$upstream_url" | sed -e "s|^${upstream_repository}/-/archive/\([^/]*\)/.*|\1|") if [ -d "$repo_dir" ]; then