ledger: count issue-tagged commits and repo seat messages (#1506)
This commit is contained in:
@@ -54,7 +54,7 @@ process.stdout.write("header = \"Content-Type: application/json\"\n");
|
||||
}
|
||||
|
||||
BODY_FILE=""
|
||||
cleanup() { [ -n "$BODY_FILE" ] && rm -f "$BODY_FILE"; }
|
||||
cleanup() { if [ -n "$BODY_FILE" ]; then rm -f "$BODY_FILE"; fi; }
|
||||
trap cleanup EXIT
|
||||
if [ -n "$BODY" ]; then
|
||||
BODY_FILE="$(mktemp)"
|
||||
|
||||
Reference in New Issue
Block a user