Skip to content

Commit

Permalink
Update url for IG Publisher in _updatePublisher (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfreiter authored Apr 30, 2020
1 parent c1f9b79 commit 223b22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ig/files/_updatePublisher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REM ****************************************************************************

SETLOCAL

SET dlurl=https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar
SET dlurl=https://storage.googleapis.com/ig-build/org.hl7.fhir.publisher.jar
SET publisher_jar=org.hl7.fhir.publisher.jar
SET input_cache_path=%CD%\input-cache\

Expand Down
2 changes: 1 addition & 1 deletion src/ig/files/_updatePublisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# * This file is generated by SUSHI. Any edits you make to this file will be overwritten. *
# *************************************************************************************************

dlurl=https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar
dlurl=https://storage.googleapis.com/ig-build/org.hl7.fhir.publisher.jar
publisher_jar=org.hl7.fhir.publisher.jar
input_cache_path=./input-cache/

Expand Down

0 comments on commit 223b22b

Please sign in to comment.