Skip to content

Commit

Permalink
Update build_lists.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 29, 2024
1 parent 34198fa commit c1ff0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/build_lists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_terms_file='config/search_terms.csv'
source_log='config/source_log.csv'
today=$(date -u +"%d-%m-%y")
yesterday=$(date -ud "yesterday" +"%d-%m-%y")

function main {
command -v csvgrep &> /dev/null || pip install -q csvkit # Install csvkit
for file in config/* data/*; do # Format files in the config and data directory
Expand Down

0 comments on commit c1ff0e5

Please sign in to comment.