FHIR / sushi

SUSHI (aka "SUSHI Unshortens Short Hand Inputs") is a reference implementation command-line interpreter/compiler for FHIR Shorthand (FSH).
Apache License 2.0
145 stars 44 forks source link

Use https to download scripts during sushi init #1400

Closed cmoesel closed 10 months ago

cmoesel commented 10 months ago

SUSHI init should use https instead of http to download scripts. The message it logs to the console says https, but the actual network request was over http. The PR fixes that so it uses https to download the IG Publisher scripts.

To test, run sushi init using this PR and ensure it successfully downloads the scripts.

Fixes #1393