update comment
This commit is contained in:
parent
9fef844fd9
commit
e09a6e4a82
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -324,7 +324,7 @@ function git_clone {
|
|||
# thinks the pyc files are correct using them)
|
||||
sudo git clean -f -d
|
||||
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 checkout -b $GIT_BRANCH
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue