error in conversion

This commit is contained in:
Jesse Andrews 2011-10-24 18:52:58 -07:00
parent b9b3ad49a6
commit 480644bd74

View file

@ -315,7 +315,7 @@ function git_clone {
git checkout $GIT_BRANCH git checkout $GIT_BRANCH
elif [[ "$RECLONE" == "yes" ]]; then elif [[ "$RECLONE" == "yes" ]]; then
# if it does exist then simulate what clone does if asked to RECLONE # if it does exist then simulate what clone does if asked to RECLONE
cd $GIT_BRANCH cd $GIT_DEST
# set the url to pull from and fetch # set the url to pull from and fetch
git remote set-url origin $GIT_REMOTE git remote set-url origin $GIT_REMOTE
git fetch origin git fetch origin