From 92edf4f5e5a948fd447e6ec45e23e4b1686a679f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 17 Mar 2022 00:51:01 +0100 Subject: [PATCH] fix remove --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 67d5a68..3e7bb29 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -79,8 +79,8 @@ ynh_install_apps() { ynh_remove_apps() { # Declare an array to define the options of this helper. local legacy_args=a - local -A args_array=([a]=app=) - local app + local -A args_array=([a]=apps=) + local apps # Manage arguments with getopts ynh_handle_getopts_args "$@"