diff --git a/_updatePublisher.sh b/_updatePublisher.sh index effde2e..babd762 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -58,7 +58,7 @@ fi if [[ "$FORCE" == true ]] || [[ "$response" =~ ^([yY])$ ]]; then echo "Downloading most recent publisher to $jarlocationname - it's ~100 MB, so this may take a bit" # wget "https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar" -O "$jarlocation" - curl $dlurl -o "$jarlocation" --create-dirs + curl -L $dlurl -o "$jarlocation" --create-dirs else echo cancel... fi