yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 744aaf2bf80c8fbb98460b6ee391699835fd4260
parent e9f4b89cd019b4de3e212a48955f2416393ea69d
Author: vx_clutch <[email protected]>
Date:   Mon, 29 Sep 2025 12:25:22 -0400

Update Cleanup
Diffstat:
Mtools/Cleanup | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Cleanup b/tools/Cleanup @@ -10,7 +10,7 @@ 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 rm -rf .cache