Skip to content

Commit ec1f282

Browse files
Update src/helpers.sh
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
1 parent 8758009 commit ec1f282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function bashunit::helper::interpolate_function_name() {
114114
[[ $# -gt 0 ]] && args=("$@")
115115
local result="$function_name"
116116

117-
local i=0
117+
local i
118118
for ((i = 0; i < args_count; i++)); do
119119
local placeholder="::$((i + 1))::"
120120
# shellcheck disable=SC2155

0 commit comments

Comments
 (0)