| commit | 59a285cd863ef2a7e2eed22eafbfd0a1fac6f1a9 | [log] [tgz] |
|---|---|---|
| author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 17 10:39:28 2011 -0700 |
| committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 17 10:39:28 2011 -0700 |
| tree | 8f5511d4c90e38c08f51502ab704cdecc259948e | |
| parent | 64c2ba225a936af765be4229243666c26ccd42b9 [diff] |
change variable to RESET_BRANCHES
diff --git a/stack.sh b/stack.sh index e96ffbc..a953c9e 100755 --- a/stack.sh +++ b/stack.sh
@@ -297,7 +297,7 @@ 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