From 024b4f78d792056a5f0c71985a520eeed7eacf88 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 22 Jun 2024 15:06:41 +0200 Subject: just: fix clean task in CI --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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 ./... -- cgit 1.4.1