Skip to content

Commit 2313f23

Browse files
committed
Revert "Update bots.md": Keep jq command
The jq command *does* work. This reverts commit aadc887.
1 parent aadc887 commit 2313f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/bots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ correct mapping of the columns:
21432143

21442144
(optional, string) Name of the Shadowserver report. The value for each report type can be found in the schema `feed_name` field.
21452145

2146-
For example using `curl -s https://interchange.shadowserver.org/intelmq/v1/schema | jq . | grep feed_name | awk '// { print $2; }' | sed -E 's/[",]//g'`.
2146+
For example using `curl -s https://interchange.shadowserver.org/intelmq/v1/schema | jq .[].feed_name`.
21472147

21482148
**`overwrite`**
21492149

0 commit comments

Comments
 (0)