Update Cleanup

This commit is contained in:
vx_clutch
2025-09-29 12:25:22 -04:00
committed by GitHub
parent e9f4b89cd0
commit 744aaf2bf8

View File

@@ -10,7 +10,7 @@ run() {
"$@" || fatal "could not run: $*" "$@" || fatal "could not run: $*"
} }
[ -d "./tools" ] || fatal "must be run from parent directory" [ -d "./git" ] && fatal "must be run from parent directory"
run sh ./tools/format run sh ./tools/format
run rm -rf .cache run rm -rf .cache