From be4fac0f00cf8f98173706cca15bd49056dfa804 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Tue, 11 Nov 2008 17:08:16 -0600 Subject: [PATCH] Fix trailing space. --- scripts/checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkout b/scripts/checkout index 5f50c26..e326b38 100644 --- a/scripts/checkout +++ b/scripts/checkout @@ -3,7 +3,7 @@ branch_name=$1 # See if it already exists -git rev-parse --verify --quiet $branch_name >/dev/null +git rev-parse --verify --quiet $branch_name >/dev/null if [[ $? -eq 0 ]] ; then # Just checkout what they asked git checkout "$branch_name" -- 2.20.1