Clean git repos when updating tools

[skip ci]
This commit is contained in:
Jordan Carlin 2025-06-06 23:02:30 -07:00
parent 5f981f628e
commit 93c09b759f
No known key found for this signature in database

View file

@ -83,7 +83,7 @@ git_checkout() {
# Checkout the specified version
git reset --hard "$version"
git clean -f && git submodule update
git clean -fdx && git submodule update
}
# Log output to a file and only print lines with keywords