diff options
author | Alan Pearce | 2024-04-24 11:58:32 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-24 11:58:32 +0200 |
commit | 2ff6d160fcc488418cadadfb998f07cb233105b5 (patch) | |
tree | 9f9e554fd796947ee59242bb3fb1a278715b3001 /justfile | |
parent | 94add79717dbac9a68a6ee389953ec6a38c259c6 (diff) | |
download | website-2ff6d160fcc488418cadadfb998f07cb233105b5.tar.lz website-2ff6d160fcc488418cadadfb998f07cb233105b5.tar.zst website-2ff6d160fcc488418cadadfb998f07cb233105b5.zip |
just: fix license-check command
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
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 |