Skip to content

Commit

Permalink
Merge pull request #614 from IATI/https-stats-fix
Browse files Browse the repository at this point in the history
Fix to stats fetching script so it fetches JSON files via HTTPS
  • Loading branch information
James (ODSC) authored Oct 9, 2024
2 parents fe7c530 + 6d45e5e commit 923f65c
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 @@ -2,7 +2,7 @@
# but with only the dated historical aggregates.
mkdir stats-calculated
for f in ckan gitdate; do
curl --compressed "http://dashboard.iatistandard.org/stats/${f}.json" > stats-calculated/${f}.json
curl --compressed "https://dashboard.iatistandard.org/stats/${f}.json" > stats-calculated/${f}.json
done

mkdir stats-blacklist
Expand Down

0 comments on commit 923f65c

Please sign in to comment.