corrected update script

This commit is contained in:
patrick-werner 2019-09-11 16:27:58 -04:00
parent 7c5735b3d6
commit 912b4a885a

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo "Downloading most recent publisher - it's ~100 MB, so this may take a bit" echo "Downloading most recent publisher - it's ~100 MB, so this may take a bit"
wget -P -O input-cache https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar wget -P input-cache -N https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar
echo "Done" echo "Done"