Skip to content

Commit

Permalink
Update classifications_cset.csv file name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdcp1 committed Aug 22, 2024
1 parent 2314868 commit 88bd188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/db-backup/bin/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ head -n 1 classifications_cset_headers.csv >tmp_header.csv
cat tmp.csv tmp_header.csv >header.csv

# Concat the header and the values to the output
cat header.csv classifications_cset_values.csv >${TARGET}/classifications.csv
cat header.csv classifications_cset_values.csv >${TARGET}/classifications_cset.csv

# Cleanup
rm tmp.csv
Expand Down

0 comments on commit 88bd188

Please sign in to comment.