diff options
Diffstat (limited to 'scripts/generate-code-contributors.sh')
-rwxr-xr-x | scripts/generate-code-contributors.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/generate-code-contributors.sh b/scripts/generate-code-contributors.sh index eb94d418d..9c2541cc2 100755 --- a/scripts/generate-code-contributors.sh +++ b/scripts/generate-code-contributors.sh | |||
@@ -1,4 +1,6 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/bin/sh |
2 | |||
3 | set -eu | ||
2 | 4 | ||
3 | curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \ | 5 | curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \ |
4 | jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \ | 6 | jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \ |