From 4c0243ad9e5f0deb39e556b70cd4f004a35e2334 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sun, 21 Apr 2024 15:46:18 +0200 Subject: [PATCH] chore: wrong headline --- nix/scripts/check-code.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/scripts/check-code.nix b/nix/scripts/check-code.nix index 2b0c136..9ed0729 100644 --- a/nix/scripts/check-code.nix +++ b/nix/scripts/check-code.nix @@ -34,7 +34,7 @@ in exit 1 fi - echo_step "Running go test" + echo_step "Running go-licenses" readonly defaultPacke=$(awk -F ' ' '/^module / { print $2 }' ./go.mod) ${pkgs.go-licenses}/bin/go-licenses save "$defaultPacke" --ignore "gitlab.schukai.com" --force --save_path ./licenses/ -- GitLab