From 5fff522959ce4982678dfd86a547d3c7de454cdd Mon Sep 17 00:00:00 2001 From: Masoud Shokohi Date: Mon, 25 Oct 2021 02:54:01 +0330 Subject: [PATCH] Update and rename install.sh to install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index de83bb5..9da69ac 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if ! [ -e .git ]; then - echo "Please run this from repo root directory" + echo "Please run this from repo root directory" exit 1 fi