From 2ff6d160fcc488418cadadfb998f07cb233105b5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 24 Apr 2024 11:58:32 +0200 Subject: just: fix license-check command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1