about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-24 11:58:32 +0200
committerAlan Pearce2024-04-24 11:58:32 +0200
commit2ff6d160fcc488418cadadfb998f07cb233105b5 (patch)
tree9f9e554fd796947ee59242bb3fb1a278715b3001
parent94add79717dbac9a68a6ee389953ec6a38c259c6 (diff)
downloadwebsite-2ff6d160fcc488418cadadfb998f07cb233105b5.tar.lz
website-2ff6d160fcc488418cadadfb998f07cb233105b5.tar.zst
website-2ff6d160fcc488418cadadfb998f07cb233105b5.zip
just: fix license-check command
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 56bbd07..ee2e524 100755
--- a/justfile
+++ b/justfile
@@ -14,7 +14,7 @@ check:
     nix flake check . --print-build-logs
 
 check-licenses:
-    nix run nixpkgs#go-licenses
+    nix run nixpkgs#go-licenses check ./...
 
 update-all:
     go get -u all