Skip to content

Commit

Permalink
Update update_readme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent b8b1bea commit f9895b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ count_excluded() {

trap 'find . -maxdepth 1 -type f -name '*.tmp' -delete' EXIT

command -v csvgrep &> /dev/null || pip install -q csvkit # Install csvkit
# Install csvkit
command -v csvgrep &> /dev/null || pip install -q csvkit

for file in config/* data/*; do
bash functions/tools.sh format "$file"
Expand Down

0 comments on commit f9895b2

Please sign in to comment.