fix wrong function name in helpers.bash
when i tried to install, i got a message `_bash-it-pluralize-component` command not found; after checking `utilities.bash` the correct function name was `_bash-it-component-pluralize`
This commit is contained in:
@@ -814,7 +814,7 @@ _disable-thing ()
|
|||||||
_bash-it-clean-component-cache "${file_type}"
|
_bash-it-clean-component-cache "${file_type}"
|
||||||
|
|
||||||
if [ "$file_entity" = "all" ]; then
|
if [ "$file_entity" = "all" ]; then
|
||||||
printf '%s\n' "$file_entity $(_bash-it-pluralize-component "$file_type") disabled."
|
printf '%s\n' "$file_entity $(_bash-it-component-pluralize "$file_type") disabled."
|
||||||
else
|
else
|
||||||
printf '%s\n' "$file_entity disabled."
|
printf '%s\n' "$file_entity disabled."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user