1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xwiki_ynh.git synced 2024-09-03 20:36:11 +02:00

Fix retrive version

This commit is contained in:
Josué Tille 2024-05-30 22:50:29 +02:00
parent 75363d9de6
commit e7421a071b
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -4,6 +4,8 @@ set -eu
readonly app_name=xwiki readonly app_name=xwiki
source auto_update_config.sh
get_from_manifest() { get_from_manifest() {
result=$(python3 <<EOL result=$(python3 <<EOL
import toml import toml