diff --git a/lib/resources.sh b/lib/resources.sh index c23cafb..f8e47c5 100644 --- a/lib/resources.sh +++ b/lib/resources.sh @@ -58,6 +58,6 @@ function lowercase() function error_not_install() { - echo -e "$@ \e[91mis not Installed\e[0m, use 'lch -i' to install and 'lch -c' to check." + echo -e "$@ \e[91mis not installed\e[0m, use 'lch -i' to install and 'lch -c' to check." exit 0 } \ No newline at end of file