Fix tar output filename

main
Max Ignatenko 2024-02-21 09:16:19 +00:00
parent d6dff5a9a0
commit fa8b67bcc9
1 changed files with 2 additions and 2 deletions

View File

@ -59,6 +59,6 @@ kill-csv-export:
@kill -9 `pgrep csv_export.sh`
csv-compress:
@tar -cvzf csv_export.gz handles.csv post_counts.csv follows.csv like_counts.csv
tar cvzf csv_export.tgz handles.csv post_counts.csv follows.csv like_counts.csv
# ---------------------------- CSV Export ----------------------------