bin/fmt: fix path

This commit is contained in:
Aaron Bieber 2023-02-10 12:43:39 -07:00
parent 0a85eedd1a
commit fb9a1f7fc8
No known key found for this signature in database

View File

@ -6,6 +6,6 @@ find . -name \*.nix -exec nix fmt {} \+
find . -name \*.sh -exec shfmt -w {} \+ find . -name \*.sh -exec shfmt -w {} \+
deadnix -f -l -L . deadnix -f -l -L .
shfmt -w deploy shfmt -w bin/deploy
shfmt -w mkboot shfmt -w bin/mkboot
statix check . statix check .