unicef / magasin

Cloud native open-source end-to-end data / AI / ML platform
https://unicef.github.io/magasin/
Apache License 2.0
5 stars 2 forks source link

Fix curl command in getting started #60

Closed dalvarez83 closed 4 months ago

dalvarez83 commented 4 months ago

Revision to line 76. Insert an HTTP GET request.

Otherwise will throw a "curl: (2) no URL specified!" error.

merlos commented 4 months ago

Hey thanks! I have replaced it by curl -sSL. I've seen that version in other projects and it adds redirection.