Fix the path to the update script - will only work after merge

This commit is contained in:
Jose Costa Teixeira 2020-04-29 16:07:58 +02:00 committed by GitHub
parent ba0ac1f61a
commit 4887d9f764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ SET publisher_jar=org.hl7.fhir.publisher.jar
SET input_cache_path=%CD%\input-cache\
SET skipPrompts=false
set update_bat_url=https://raw.githubusercontent.com/costateixeira/sample-ig/self-updating-scripts/_updatePublisher.bat
set update_bat_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_updatePublisher.bat
set gen_bat_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_genonce.bat
set gencont_bat_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_gencontinuous.bat
set gencont_sh_url=https://raw.githubusercontent.com/FHIR/sample-ig/master/_gencontinuous.sh