From e7421a071b35dee99ed07c674232a30654fa2066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 30 May 2024 22:50:29 +0200 Subject: [PATCH] Fix retrive version --- auto_update/auto_update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_update/auto_update.sh b/auto_update/auto_update.sh index 96280ed..e130c82 100644 --- a/auto_update/auto_update.sh +++ b/auto_update/auto_update.sh @@ -4,6 +4,8 @@ set -eu readonly app_name=xwiki +source auto_update_config.sh + get_from_manifest() { result=$(python3 <