From f9895b272ede6a6e38f6c92f69c318911fcafe0e Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:55:38 +0800 Subject: [PATCH] Update update_readme.sh --- functions/update_readme.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/update_readme.sh b/functions/update_readme.sh index 988faa8aa..f463ea6cc 100644 --- a/functions/update_readme.sh +++ b/functions/update_readme.sh @@ -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"