diff --git a/status.sh b/status.sh index 72596a671de4401afd8f9d68bff0849efb4ae968..ff5aaa4777ff84c80082728fd770461f27695673 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