From e6071db0a1f428a524c55d0998c391324644c074 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 22 Jul 2017 13:27:27 -0600
Subject: [PATCH] Use lowercase git

---
 status.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/status.sh b/status.sh
index 72596a671..ff5aaa477 100755
--- a/status.sh
+++ b/status.sh
@@ -17,6 +17,6 @@ do
     then
         git -C "recipes/$recipe/source" status
     else
-        echo "Not a GIT repository"
+        echo "Not a git repository"
     fi
 done
-- 
GitLab