From 7d6233ae809253770eb21c53ce0d419b66221661 Mon Sep 17 00:00:00 2001 From: Aaron Schaffer <40671448+ajschaf@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:05:29 -0500 Subject: [PATCH] Update update_and_commit_all.sh --- update_and_commit_all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update_and_commit_all.sh b/update_and_commit_all.sh index 4786eb8d..7c6ad5cb 100644 --- a/update_and_commit_all.sh +++ b/update_and_commit_all.sh @@ -15,8 +15,7 @@ fetch_and_sort () { mv $csv $csv_unsorted # Construct new CSV with heading line + sorted other lines python sort_csv.py $csv_unsorted > $csv - echo "Updated $csv" > $commit_txt -# echo "$(git log --oneline --pretty="@%h" --stat |grep -v \| | tr "\n" " " | tr "@" "\n")" >> $commit_txt + echo "$(git log --oneline --pretty="@%h" --stat |grep -v \| | tr "\n" " " | tr "@" "\n")" >> $commit_txt } fetch_and_diff () {