Fix shebang in _updatePublisher.sh

This commit is contained in:
Chris Moesel 2020-09-30 09:34:06 -04:00
parent 44596ce112
commit a853c935b8

View File

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