diff --git a/_refresh.bat b/_refresh.bat index 5abc8df..e7c3798 100644 --- a/_refresh.bat +++ b/_refresh.bat @@ -11,7 +11,7 @@ GOTO igpublish :isonline ECHO We're online, setting publish to local sandbox FHIR server -SET fsoption=-fs http://localhost:8080/cqf-ruler-r4/fhir/ +SET fsoption= :igpublish diff --git a/_refresh.sh b/_refresh.sh index aec77d7..b4b28f6 100755 --- a/_refresh.sh +++ b/_refresh.sh @@ -10,7 +10,7 @@ wget -q --spider tx.fhir.org if [ $? -eq 0 ]; then echo "Online" - fsoption="-fs https://cds-sandbox.alphora.com/cqf-ruler-r4/fhir/" + fsoption="" else echo "Offline" fsoption=""