diff --git a/_updatePublisher.sh b/_updatePublisher.sh index 0f9ecbe..4f2134e 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -31,7 +31,7 @@ while [ "$#" -gt 0 ]; do done echo "Checking internet connection" -curl -sSf tx.fhir.org > /dev/null +curl -sSf raw.githubusercontent.com > /dev/null if [ $? -ne 0 ] ; then echo "Offline (or the terminology server is down), unable to update. Exiting"