We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377f92b commit df8301aCopy full SHA for df8301a
lib/helpers.bash
@@ -791,8 +791,8 @@ function _disable-thing() {
791
_bash-it-clean-component-cache "${file_type}"
792
793
if [[ "$file_entity" == "all" ]]; then
794
- _bash-it-component-pluralize "${file_type}"
795
- printf '%s\n' "$file_entity ${_bash_it_component_pluralize?} disabled."
+ _bash-it-component-pluralize "${file_type}" file_type
+ printf '%s\n' "$file_entity ${file_type} disabled."
796
else
797
printf '%s\n' "$file_entity disabled."
798
fi
0 commit comments