Browse code

change variable to RESET_BRANCHES

Jesse Andrews authored on 2011/10/18 02:39:28
Showing 1 changed files
... ...
@@ -297,7 +297,7 @@ function git_clone {
297 297
         cd $2
298 298
         # This checkout syntax works for both branches and tags
299 299
         git checkout $3
300
-    elif [[ "$RECLONE" == "yes" ]]; then
300
+    elif [[ "$RESET_BRANCHES" == "yes" ]]; then
301 301
         cd $2
302 302
         git remote set-url origin $1
303 303
         git fetch origin