From bc632d5cb0e6bf3b9c61638c97402233b4be2161 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 17 Mar 2022 00:51:20 +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 b7d6638..4c968c3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -76,8 +76,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 "$@"