Skip to content

Commit

Permalink
remove unneded function from publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
healthedata1 committed Apr 14, 2024
1 parent 3808035 commit 78e24a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trap "echo '=================================================================';
NA='http://tx.fhir.org'
GEN_OFF=''
VAL_OFF=''
while getopts abcdefghiknopqrstuvxy option;
while getopts abcdefghiknopqrstuvy option;
do
case "${option}"
in
Expand All @@ -34,7 +34,7 @@ do
u) UPDATE_IGJSON=1;;
v) VIEW_OUTPUT=1;;
# w) WATCH=1;;
x) RECENT_YAML=1;;
# x) RECENT_YAML=1;;
y) YAML_JSON=1;;
# z) ZIP_SCH=1;;
esac
Expand Down

0 comments on commit 78e24a9

Please sign in to comment.