Skip to content

Commit e6fef8f

Browse files
authored
licensescan: Fix missing pipe character in README (#3739)
The command is not correct without it.
1 parent b7c8c2d commit e6fef8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/licensescan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Keeps license detection easy - relies on a static set of files.
55
To generate in a nice format:
66

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

0 commit comments

Comments
 (0)