Skip to content

Commit

Permalink
DPC-1915 update ig jar location (#60)
Browse files Browse the repository at this point in the history
* update ig jar location

* Update Makefile

Co-authored-by: dhgreene <dhgreene@gmail.com>

Co-authored-by: Will Huang <52384927+whuang85@users.noreply.github.com>
Co-authored-by: dhgreene <dhgreene@gmail.com>
  • Loading branch information
3 people authored Dec 9, 2021
1 parent 7abf9f4 commit 97174d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install-git-hooks:

${IG_PUBLISHER}:
-mkdir ./.bin
curl https://storage.googleapis.com/ig-build/org.hl7.fhir.publisher.jar -o ${IG_PUBLISHER}
curl -L https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar -o ${IG_PUBLISHER}

.PHONY: ig/publish
ig/publish: ${IG_PUBLISHER}
Expand Down

0 comments on commit 97174d1

Please sign in to comment.