From 915788d53f4d7b22ffda3b4f80275b9b9a93fb4d Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 15 May 2024 08:16:52 +0200 Subject: [PATCH] Update helpers/go Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- helpers/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/go b/helpers/go index 099664e92..fd7117414 100644 --- a/helpers/go +++ b/helpers/go @@ -214,7 +214,7 @@ ynh_remove_go () { ynh_cleanup_go () { # List required Go versions - local installed_apps=$(yunohost app list | grep -oP 'id: \K.*$') + local installed_apps=$(yunohost app list --output-as json --quiet | jq -r .apps[].id) local required_go_versions="" for installed_app in $installed_apps do