Commit cee3bca 1 parent ab6691f commit cee3bca Copy full SHA for cee3bca
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ __%[1]s_handle_go_custom_completion()
134
134
$filteringCmd
135
135
elif [ $((directive & shellCompDirectiveFilterDirs)) -ne 0 ]; then
136
136
# File completion for directories only
137
- local subDir
137
+ local subdir
138
138
# Use printf to strip any trailing newline
139
139
subdir=$(printf "%%s" "${out[0]}")
140
140
if [ -n "$subdir" ]; then
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ _%[1]s()
202
202
_arguments '*:filename:'"$filteringCmd"
203
203
elif [ $((directive & shellCompDirectiveFilterDirs)) -ne 0 ]; then
204
204
# File completion for directories only
205
- local subDir
205
+ local subdir
206
206
subdir="${completions[1]}"
207
207
if [ -n "$subdir" ]; then
208
208
__%[1]s_debug "Listing directories in $subdir"
You can’t perform that action at this time.
0 commit comments