Merge pull request #41 from cmoesel/fix-updatePublisher-shebang

Fix shebang in _updatePublisher.sh
This commit is contained in:
Lloyd McKenzie 2020-09-30 08:33:39 -06:00 committed by GitHub
commit 9b595e8a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#/bin/bash #!/bin/bash
pubsource=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/ pubsource=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/
publisher_jar=publisher.jar publisher_jar=publisher.jar
dlurl=$pubsource$publisher_jar dlurl=$pubsource$publisher_jar