Fixed parameter names a second time

This commit is contained in:
2020-10-06 14:38:44 +02:00
parent e92a2d468f
commit a24b5365b1

View File

@@ -27,10 +27,10 @@ _git_changed() {
# PROGRAM
echo "Installing dependencies..."
pip install -r $PIP_PATH
pip install -r $INPUT_PIP_PATH
pip install django-extensions pyparsing pydot
echo "Creating data model..."
python manage.py graph_models -a -g-o $OUTPUT_PATH
python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH
# To keep runtime good, just continue if something was changed
if _git_changed;