diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 1dc651a..743cd6e 100755 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ clean: rm -fr website check-licenses: - nix run nixpkgs#go-licenses check ./... + go-licenses check ./... check-links: hyperlink website/public |