1
0
Fork 0

Fix fetch-banking

This commit is contained in:
Malte Brandy 2021-09-22 19:03:17 +02:00
parent 1be4a2098e
commit afe322496c

View file

@ -9,7 +9,7 @@
set -e
cd ~/git/buchhaltung
git pull
nix-shell --run "shake fetch"
${pkgs.nix}/bin/nix-shell --run "shake fetch"
if [[ "$(git status --porcelain */raw */prices)" != "" ]]; then
git add */raw
git add */prices