Skip to content

Commit

Permalink
Update licensed cache task
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jul 25, 2024
1 parent 20056ed commit a0f59aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/LicensedTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ tasks:
cmds:
- licensed cache --force
- |
sed -i.bak 's/license: other/license: bsd-3-clause/g' .licenses/go/golang.org/x/exp/constraints.dep.yml
- find ./.licenses/go -type f -name '*.bak' -delete
find .licenses/go/golang.org/x -type f -name '*.yml' -exec sed -i.bak 's/license: other/license: bsd-3-clause/g' {} \;
- find ./.licenses -type f -name '*.bak' -delete
silent: true

notices:
Expand Down

0 comments on commit a0f59aa

Please sign in to comment.