aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2ed18d55..a44085420 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ man/pandoc.1: README man/pandoc.1.template
download_stats:
curl https://api.github.com/repos/jgm/pandoc/releases | \
- jq '[.[] | .assets | .[] | {name: .name, download_count: .download_count}]'
+ jq -r '.[] | .assets | .[] | "\(.download_count)\t\(.name)"'
clean:
cabal clean