From 59a285cd863ef2a7e2eed22eafbfd0a1fac6f1a9 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Mon, 17 Oct 2011 10:39:28 -0700 Subject: [PATCH] change variable to RESET_BRANCHES --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index e96ffbc..a953c9e 100755 --- a/stack.sh +++ b/stack.sh @@ -297,7 +297,7 @@ function git_clone { cd $2 # This checkout syntax works for both branches and tags git checkout $3 - elif [[ "$RECLONE" == "yes" ]]; then + elif [[ "$RESET_BRANCHES" == "yes" ]]; then cd $2 git remote set-url origin $1 git fetch origin