From e7423f25073b091d5e84e1b73d913f820dffdcae Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Thu, 26 Dec 2024 11:15:30 +0530 Subject: [PATCH] Fix lint --- .gitattributes | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0998956ddf..efdba87644 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ * text=auto -*.sh text eol=lf +*.sh text eol=lf diff --git a/Makefile b/Makefile index 46e7af4084..64008da21b 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ down: teardown: docker compose -f docker-compose.yaml -f $(docker_config_file) down -v - + load-dummy-data: docker compose exec backend bash -c "python manage.py load_dummy_data"