1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-11-21 12:25:14 +00:00

Fix function name in _debug statement.

This commit is contained in:
William Melody 2020-06-07 14:41:35 -07:00
parent 768acb5d80
commit c3be802faf

2
hosts
View File

@ -1632,7 +1632,7 @@ _load_subcommands() {
done
_debug printf \
"commands() \${_DEFINED_SUBCOMMANDS[*]:-}:\\n%s\\n" \
"_load_subcommands() \${_DEFINED_SUBCOMMANDS[*]:-}:\\n%s\\n" \
"${_DEFINED_SUBCOMMANDS[*]:-}"
}