From fb9a1f7fc830fe390606e739d30d7bfda42a5d9a Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 10 Feb 2023 12:43:39 -0700 Subject: [PATCH] bin/fmt: fix path --- bin/fmt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fmt b/bin/fmt index 226cb0a..4984712 100755 --- a/bin/fmt +++ b/bin/fmt @@ -6,6 +6,6 @@ find . -name \*.nix -exec nix fmt {} \+ find . -name \*.sh -exec shfmt -w {} \+ deadnix -f -l -L . -shfmt -w deploy -shfmt -w mkboot +shfmt -w bin/deploy +shfmt -w bin/mkboot statix check .