This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-10-03 07:00:43 +02:00
parent edccc89586
commit b25fc8bd8d
+1 -1
View File
@@ -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
}