| ... | ... |
@@ -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 |