From b25fc8bd8d7751cef4d5249e5a7dd3668b77cbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Sat, 3 Oct 2020 07:00:43 +0200 Subject: [PATCH] 0.5r7 --- lib/resources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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