diff --git a/playbooks/apps/templates/ynab/run-go.j2 b/playbooks/apps/templates/ynab/run-go.j2 index fdf6943..6c25ca4 100755 --- a/playbooks/apps/templates/ynab/run-go.j2 +++ b/playbooks/apps/templates/ynab/run-go.j2 @@ -1,4 +1,5 @@ #!/bin/bash set -euo pipefail +pushd /mnt/data/ynab ./download -i {{lcl_identifier}} -p {{lcl_password}} -o out.csv -headless ./push -t {{ynab_token}} -b {{ynab_budget_id}} -a {{ynab_account_id}} -w {{webhook_url}} -f out.csv