]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.sh
Fix little typo in variable.
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.sh
index eb94d418d749cdbdb55ee93efe1f4f1978957e46..9c2541cc2c83873a97dc21a4e3b5726c984725a8 100755 (executable)
@@ -1,4 +1,6 @@
-#!/usr/bin/env bash
+#!/bin/sh
+
+set -eu
 
 curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
   jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \