Fixed parameter naming
This commit is contained in:
@@ -27,10 +27,10 @@ _git_changed() {
|
|||||||
|
|
||||||
# PROGRAM
|
# PROGRAM
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
pip install -r $pip_path
|
pip install -r $PIP_PATH
|
||||||
pip install django-extensions pyparsing pydot
|
pip install django-extensions pyparsing pydot
|
||||||
echo "Creating data model..."
|
echo "Creating data model..."
|
||||||
python manage.py graph_models -a -g-o $output_path
|
python manage.py graph_models -a -g-o $OUTPUT_PATH
|
||||||
|
|
||||||
# To keep runtime good, just continue if something was changed
|
# To keep runtime good, just continue if something was changed
|
||||||
if _git_changed;
|
if _git_changed;
|
||||||
|
|||||||
Reference in New Issue
Block a user