We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917c665 commit b9b3ad4Copy full SHA for b9b3ad4
1 file changed
stack.sh
@@ -323,7 +323,7 @@ function git_clone {
323
# from the previous branch leading to breakage (due to the py files
324
# having older timestamps than our pyc, so python thinks the pyc files
325
# are correct using them)
326
- rm -rf *
+ sudo rm -rf *
327
git checkout -f origin/$GIT_BRANCH
328
# a local branch might not exist for $3
329
git branch -D $GIT_BRANCH || true
0 commit comments