mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 09:23:00 +01:00
Fix clean.sh
This commit is contained in:
parent
c870398c86
commit
b1760c8d29
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
git clean -xffd
|
git clean -Xffd
|
||||||
git submodule foreach --recursive git clean -xffd
|
git submodule foreach --recursive git clean -xffd
|
||||||
git submodule foreach --recursive git reset --hard
|
git submodule foreach --recursive git reset --hard
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue