From 13a44bdb23d6af391d13f80fa1c7b99a97066134 Mon Sep 17 00:00:00 2001 From: vickyjaiswal0308 <126092393+vickyjaiswal0308@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:58:00 +0000 Subject: [PATCH] Update _updatePublisher.sh --- _updatePublisher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"