From c0b367ff47bba7a8d9a491c1378ad3be04b5fe27 Mon Sep 17 00:00:00 2001 From: sHa Date: Fri, 7 Jun 2019 10:53:45 +0300 Subject: [PATCH] fix --- scripts/git.storage_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git.storage_push.sh b/scripts/git.storage_push.sh index 5b5f702..bc0c731 100755 --- a/scripts/git.storage_push.sh +++ b/scripts/git.storage_push.sh @@ -15,7 +15,7 @@ if [ ! -d $PROJECT/storage ]; then exit 1 fi -gity --version 2>&1 >/dev/null +git --version 2>&1 >/dev/null GIT_IS_AVAILABLE=$? if [ ! $GIT_IS_AVAILABLE -eq 0 ]; then echo "ERROR: The program 'git' is currently not installed."