Skip to content

Commit

Permalink
Update daily_update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chenditc authored Feb 7, 2025
1 parent 7b9553b commit ae9d56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daily_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -x
[ ! -d "/dolt/investment_data" ] && echo "initializing dolt repo" && cd /dolt && dolt clone chenditc/investment_data
cd /dolt/investment_data
dolt pull
dolt push

echo "Updating index weight"
startdate=$(dolt sql -q "select * from max_index_date" -r csv | tail -1)
Expand Down

0 comments on commit ae9d56f

Please sign in to comment.