diff options
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 7bf15b1..169f1d2 100755 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ default: @just --list --justfile {{ justfile() }} --unsorted clean: - rm -r website + rm -fr website check-licenses: nix run nixpkgs#go-licenses check ./... |