Merge pull request #36 from costateixeira/master

fix publisher file name
This commit is contained in:
Lloyd McKenzie
2020-07-03 07:46:46 -06:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
dlurl=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
publisher_jar=org.hl7.fhir.publisher.jar
publisher_jar=publisher.jar
input_cache_path=./input-cache/
set -e