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
commit 4f832fd4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
@ECHO OFF
SET publisher_jar=org.hl7.fhir.publisher.jar
SET publisher_jar=publisher.jar
SET input_cache_path=%CD%\input-cache
ECHO Checking internet connection...

View File

@ -1,5 +1,5 @@
#!/bin/bash
publisher_jar=org.hl7.fhir.publisher.jar
publisher_jar=publisher.jar
input_cache_path=./input-cache/
echo Checking internet connection...
curl -sSf tx.fhir.org > /dev/null

View File

@ -3,7 +3,7 @@
SETLOCAL
SET dlurl=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
SET publisher_jar=org.hl7.fhir.publisher.jar
SET publisher_jar=publisher.jar
SET input_cache_path=%CD%\input-cache\
SET skipPrompts=false

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