summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 01:01:46 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 01:01:46 -0400
commit74729498d313da7b41dadedf022d8451ece0b5c9 (patch)
tree62e01862ee8ac523d6190acce4ae8845c4b7202b /modules
parentbf12e588ff735e408783c396ae0cbeb48a7aa251 (diff)
downloadpuppet-tozt-74729498d313da7b41dadedf022d8451ece0b5c9.tar.gz
puppet-tozt-74729498d313da7b41dadedf022d8451ece0b5c9.zip
need an absolute path here
Diffstat (limited to 'modules')
-rw-r--r--modules/tozt/files/metabase2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tozt/files/metabase b/modules/tozt/files/metabase
index 3557b23..93d96a0 100644
--- a/modules/tozt/files/metabase
+++ b/modules/tozt/files/metabase
@@ -11,7 +11,7 @@ cleanup() {
trap cleanup EXIT
cd "$tmp"
-su doy ynab-export
+su doy /home/doy/.cargo/bin/ynab-export
psql -U metabase ynab < schema.sql
psql -U metabase ynab -c 'COPY accounts FROM STDIN' < accounts.tsv