From a853c935b85fb15772fe537222ce816d16bce760 Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Wed, 30 Sep 2020 09:34:06 -0400 Subject: [PATCH] Fix shebang in _updatePublisher.sh --- _updatePublisher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_updatePublisher.sh b/_updatePublisher.sh index a8d4489..1a3484b 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -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