Skip to content

Commit

Permalink
Merge pull request #1 from tripott/master
Browse files Browse the repository at this point in the history
changed scheme to https.
  • Loading branch information
twilson63 authored Nov 12, 2018
2 parents b2c232b + 6ab0364 commit 2bac31b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ unzip all-valuesets.zip

rm all-valuesets.zip
rm *.xml
wget http://build.fhir.org/search-parameters.json
wget http://build.fhir.org/profiles-resources.json
wget http://build.fhir.org/profiles-types.json
wget https://build.fhir.org/search-parameters.json
wget https://build.fhir.org/profiles-resources.json
wget https://build.fhir.org/profiles-types.json

0 comments on commit 2bac31b

Please sign in to comment.