From 3e5ff4320a118f684fb751e281081af866bf6944 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 23 Apr 2018 14:50:00 +0200 Subject: Update CREDITS --- scripts/generate-code-contributors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/generate-code-contributors.sh b/scripts/generate-code-contributors.sh index 9c2541cc2..2201377ae 100755 --- a/scripts/generate-code-contributors.sh +++ b/scripts/generate-code-contributors.sh @@ -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' -- cgit v1.2.3