]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.sh
Update changelog
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.sh
index 9c2541cc2c83873a97dc21a4e3b5726c984725a8..2201377aec46a4665df6fe4950d366731174d31d 100755 (executable)
@@ -3,5 +3,5 @@
 set -eu
 
 curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
-  jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \
-  xargs echo | sed 's/api.github.com\/users/github.com/g'
+  jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
+  sed 's/api.github.com\/users/github.com/g'