Skip to content

Commit

Permalink
chore: hardcoded variable gone (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Apr 19, 2024
1 parent c49969e commit a64e30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [ "$data" != "" ]; then
echo "--------------------------"

rm -f backend/db.sqlite3 > /dev/null 2>&1
docker run -v backend:/code ugent-7_backend sh -c "python manage.py migrate; python manage.py loaddata */fixtures/small/*" > /dev/null
docker run -v backend:/code ugent-7_backend sh -c "python manage.py migrate; python manage.py loaddata */fixtures/$data/*" > /dev/null
fi

# Build Docker images
Expand Down

0 comments on commit a64e30e

Please sign in to comment.