Skip to content

Commit

Permalink
Update update_and_commit_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschaf authored Jan 1, 2024
1 parent 679206c commit 7d6233a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions update_and_commit_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 7d6233a

Please sign in to comment.