From 511db0255584cf5765cb347f4ccfaaaa97e31481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Thu, 16 Nov 2023 17:39:46 -0500 Subject: [PATCH] [install] Fix indent --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 32345f71..a397f8e8 100755 --- a/installer.sh +++ b/installer.sh @@ -12,7 +12,7 @@ fi # Check for git command to be installed if ! command -v git &>/dev/null; then echo -e "\n\e[31m[fail]\e[0m git command not found..." - echo -e " Please install git package before running the installer.\n" + echo -e " Please install git package before running the installer.\n" exit 1 fi