Skip to content

Commit

Permalink
licensescan: Fix missing pipe character in README (#3739)
Browse files Browse the repository at this point in the history
The command is not correct without it.
  • Loading branch information
justinsb committed Jan 20, 2023
1 parent b7c8c2d commit e6fef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/licensescan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Keeps license detection easy - relies on a static set of files.
To generate in a nice format:

```
go run . scan --binary ~/bin/kpt \
go run . scan --binary ~/bin/kpt | \
jq -r '.[] | [.name, (.licenseInfo.licenseURLs | join(" ")), .licenseInfo.license, "kpt", "YES", if .licenseInfo.mustShipCode then "YES" else "NO" end ] | @csv'
```

Expand Down

0 comments on commit e6fef8f

Please sign in to comment.