From 524a3e3828afd3a4ce2b30d9e86fd8d882fbcf6b Mon Sep 17 00:00:00 2001 From: Quiwy Date: Thu, 30 Dec 2021 18:31:46 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 51284de..6cc1719 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,6 @@ # dependencies used by the app latest_tag=$(curl -s https://api.github.com/repos/firefly-iii/firefly-iii/releases/latest | grep 'tag_name' | cut -d\" -f4) -tag=$(ynh_app_upstream_version) YNH_PHP_VERSION="8.0"