From 1f0549bc96e8dfeb062545e38276d682cb36e6d9 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 23 Oct 2023 14:08:06 -0400 Subject: [PATCH] fix names --- scripts/dump_checks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dump_checks.sh b/scripts/dump_checks.sh index 1186f80..d0a35bf 100755 --- a/scripts/dump_checks.sh +++ b/scripts/dump_checks.sh @@ -3,5 +3,5 @@ cd /home/ubuntu/doab-check /home/ubuntu/.local/bin/pipenv run python manage.py dump_checks >> dump_checks.log -gzip dump_checks.csv -mv dump_checks.zip static/dump_checks.csv.zip \ No newline at end of file +gzip doab_checks.csv +mv doab_checks.csv.gz static/doab_checks.csv.gz \ No newline at end of file