Fix missing legacy_args

Merged as a micro decision
This commit is contained in:
Maniack Crudelis 2019-04-02 12:33:49 +02:00 committed by GitHub
parent 1c7aaddbe4
commit 0c67559c43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,6 +201,7 @@ previous_weight=0
base_time=$(date +%s) base_time=$(date +%s)
ynh_script_progression () { ynh_script_progression () {
# Declare an array to define the options of this helper. # Declare an array to define the options of this helper.
local legacy_args=mwtl
declare -Ar args_array=( [m]=message= [w]=weight= [t]=time [l]=last ) declare -Ar args_array=( [m]=message= [w]=weight= [t]=time [l]=last )
local message local message
local weight local weight