Skip to content

Commit

Permalink
Revert changes to generate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed May 15, 2017
1 parent 362c35d commit 3032da9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ if [ ! -e fhir-parser ]; then
git submodule update --init
fi

pip3 install -r generator-requirements.txt
#pip3 install -r generator-requirements.txt

# always copy our mappings and settings, then run the generator
cp fhir-parser-resources/mappings.py fhir-parser/mappings.py
cp fhir-parser-resources/settings.py fhir-parser/settings.py
cd fhir-parser
pip3 install -r requirements.txt
./generate.py $1 $2
cd ..

0 comments on commit 3032da9

Please sign in to comment.