From 408560bf9129a9c9e378c090915e665383b343eb Mon Sep 17 00:00:00 2001 From: ory-bot Date: Thu, 2 Jan 2025 14:06:39 +0000 Subject: [PATCH] autogen: update license overview --- .bin/list-licenses | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bin/list-licenses b/.bin/list-licenses index 9a7cfa8..b10e0d0 100755 --- a/.bin/list-licenses +++ b/.bin/list-licenses @@ -11,6 +11,7 @@ if [ -f package.json ]; then { echo; } 2>/dev/null else echo "No dependencies found in package.json" >&2 + { echo; } 2>/dev/null fi fi @@ -34,5 +35,6 @@ if [ -f go.mod ]; then # .bin/go-licenses report "$module_name" --template .bin/license-template-go.tpl 2>/dev/null # echo "$go_modules" | xargs -I {} sh -c '.bin/go-licenses report --template .bin/license-template-go.tpl {}' 2>/dev/null | grep -v '^$' + { echo; } 2>/dev/null fi fi