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 "$@"