Skip to content

Commit

Permalink
Disabled fs option in refresh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed May 5, 2023
1 parent 19151c1 commit 216a7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _refresh.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion _refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 216a7f3

Please sign in to comment.