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
1 changed files with 1 additions and 1 deletions

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[*]:-}"
}