Fix bad copy paste

This commit is contained in:
Maniack Crudelis 2018-10-17 00:11:03 +02:00 committed by GitHub
parent 35b483a7c0
commit 743bc0d436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ ynh_backup() {
# TODO find a way to avoid injection by file strange naming !
# Declare an array to define the options of this helper.
declare -Ar args_array=( [s]=src_path= [d]=dest_path [b]=is_big )
declare -Ar args_array=( [s]=src_path= [d]=dest_path= [b]=is_big )
local src_path
local dest_path
local is_big