From 325c8c40cc29c82f77ab17f543f68b7d058e50e4 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Tue, 11 Nov 2008 17:07:13 -0600 Subject: [PATCH 1/1] Fix case. --- scripts/pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pull b/scripts/pull index d448f38..f2b149b 100644 --- a/scripts/pull +++ b/scripts/pull @@ -2,7 +2,7 @@ branch_name=$(git symbolic-ref --quiet HEAD) if [[ $? -ne 0 ]] ; then - echo "not on a branch" + echo "Not on a branch" exit 1 fi -- 2.20.1