From 744aaf2bf80c8fbb98460b6ee391699835fd4260 Mon Sep 17 00:00:00 2001 From: vx_clutch <98831688+vx-clutch@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:25:22 -0400 Subject: [PATCH] Update Cleanup --- tools/Cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Cleanup b/tools/Cleanup index 8fd1898..dd392e0 100755 --- 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