mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +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
|
||||
|
||||
main() {
|
||||
git clean -xffd
|
||||
git clean -Xffd
|
||||
git submodule foreach --recursive git clean -xffd
|
||||
git submodule foreach --recursive git reset --hard
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue