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