1
0
Fork 0

Fix fetch-banking-timer

This commit is contained in:
Malte Brandy 2021-09-22 18:01:01 +02:00
parent 5faee78f7f
commit 7bd380ef00

View file

@ -10,7 +10,7 @@
cd ~/git/buchhaltung
git pull
shake fetch
if [[ "$(git status --porcelain */raw)" != "" ]]; then
if [[ "$(git status --porcelain */raw */prices)" != "" ]]; then
git add */raw
git add */prices
git commit -m "Load transactions and balances"