getodk / aggregate

ODK Aggregate is a Java server that stores, analyzes, and presents survey data collected using ODK Collect. Contribute and make the world a better place! ✨🗄✨
https://docs.opendatakit.org/aggregate-intro/
Other
74 stars 228 forks source link

Instruct curl to follow redirects #487

Closed yanokwa closed 4 years ago

yanokwa commented 4 years ago

We have renamed opendatakit/aggregate to getodk/aggregate. Web browsers follow the redirect by default, but curl doesn't unless you add -L.

lognaturel commented 4 years ago

Merging now even though the build is broken to get the fix out as soon as possible. @yanokwa will be fixing the build shortly.