Skip to content

Commit

Permalink
Switch get_stats.sh to use compress instead of compressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocre42 committed Mar 11, 2019
1 parent 973d29b commit 2eec4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

mkdir gitout
for f in ckan gitdate; do
curl --compressed "http://dashboard.iatistandard.org/stats/${f}.json" > gitout/${f}.json
curl --compress "http://dashboard.iatistandard.org/stats/${f}.json" > gitout/${f}.json
done

mkdir stats-blacklist
Expand Down

0 comments on commit 2eec4d8

Please sign in to comment.