diff --git a/lib/helpers.bash b/lib/helpers.bash index 01211079..eaaa63cd 100755 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -814,7 +814,7 @@ _disable-thing () _bash-it-clean-component-cache "${file_type}" 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 printf '%s\n' "$file_entity disabled." fi