Skip to content

Commit

Permalink
autogen: update license overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Jan 2, 2025
1 parent 665aa44 commit 9c08d8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bin/list-licenses
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 9c08d8f

Please sign in to comment.