diff --git a/scripts/update-appup.sh b/scripts/update-appup.sh index 55bcc0122..9a099b025 100755 --- a/scripts/update-appup.sh +++ b/scripts/update-appup.sh @@ -101,7 +101,7 @@ else git fetch "$REMOTE" fi git reset --hard - git clean -fdx + git clean -ffdx git checkout "${PREV_TAG}" make "$PROFILE" popd