Skip to content

Commit

Permalink
Correctly parse crates version names #294
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebeaton committed Nov 28, 2023
1 parent 51f4599 commit 7a0cbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ $ cargo tree -e normal --prefix none --no-dedupe \
| sort -u \
| grep -v '^[[:space:]]*$' \
| grep -v zenoh \
| sed -E 's|([^ ]+) v([0-9]+\.[0-9]+\.[0-9]+).*|crate/cratesio/-/\1/\2|' \
| sed -E 's|([^ ]+) v([^ ]+).*|crate/cratesio/-/\1/\2|' \
| java -jar org.eclipse.dash.licenses-<version>.jar -
```

Expand Down

0 comments on commit 7a0cbee

Please sign in to comment.