mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 13:13:47 -05:00
build: lint for typos
This commit is contained in:
@@ -307,9 +307,9 @@ _splitString_() (
|
||||
|
||||
declare -a _arr=()
|
||||
local _input="${1}"
|
||||
local _delimeter="${2}"
|
||||
local _delimiter="${2}"
|
||||
|
||||
IFS="${_delimeter}" read -r -a _arr <<<"${_input}"
|
||||
IFS="${_delimiter}" read -r -a _arr <<<"${_input}"
|
||||
|
||||
printf '%s\n' "${_arr[@]}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user