fix: correct typo in Makefile export_stats echo message from 'statisticts' to 'statistics'

This commit is contained in:
2024-11-26 17:15:45 +00:00
parent 7f19248052
commit 3853d78c6b
37 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ clean:
export_stats:
@echo "Make sure you have ran 'make sync' first. Results will be in ./export/"
@echo "Exporting statisticts."
@echo "Exporting statistics."
./venv/bin/dr.stats
export_dataset: