Skip to content

Commit

Permalink
[install] Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 16, 2023
1 parent 1567c98 commit 511db02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 511db02

Please sign in to comment.