From 825e0629f4184d870bb2b9d047743747dcf30458 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 1 Dec 2024 15:34:00 +0100 Subject: [PATCH] fix ynab/run-go --- playbooks/apps/templates/ynab/run-go.j2 | 1 + 1 file changed, 1 insertion(+) 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