File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ readme_update() {
70
70
printf " | --- | --- | --- | --- |\n"
71
71
72
72
while read extra; do
73
- jq -r ' . | to_entries[] | select(.key == "' " $extra " ' ") | .value | "| [' " $extra " ' ]("+(.github)+") | ⭐"+(.stars // "unknown" | tostring)+" | "+(.type)+" | "+(.category)+" | "' extra-cheat-sheets.json || true
73
+ jq -r ' . | to_entries[] | select(.key == "' " $extra " ' ") | .value | "| [' " $extra " ' ](https://github.com/ "+(.github)+") | ⭐"+(.stars // "unknown" | tostring)+" | "+(.type)+" | "+(.category)+" | "' extra-cheat-sheets.json || true
74
74
done < <( jq -r " . | to_entries[] | .key" extra-cheat-sheets.json | LANG=C sort) | \
75
75
sed -e " s/| Tutorial |/| 💡 Tutorial |/g" \
76
76
-e " s/| Book |/| 📕 Book |/g" \
You can’t perform that action at this time.
0 commit comments