update comment

This commit is contained in:
Jesse Andrews 2011-10-24 19:09:52 -07:00
parent 9fef844fd9
commit e09a6e4a82

View file

@ -324,7 +324,7 @@ function git_clone {
# thinks the pyc files are correct using them) # thinks the pyc files are correct using them)
sudo git clean -f -d sudo git clean -f -d
git checkout -f origin/$GIT_BRANCH git checkout -f origin/$GIT_BRANCH
# a local branch might not exist for $3 # a local branch might not exist
git branch -D $GIT_BRANCH || true git branch -D $GIT_BRANCH || true
git checkout -b $GIT_BRANCH git checkout -b $GIT_BRANCH
fi fi