summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-25 04:39:09 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-25 04:39:09 -0400
commit48d218696ee55ac067b714dfeff016809047e7dd (patch)
treeb0e072538a8ba89ad8aa1f189bc5b534cbf1af24
parent574ac134c28cde99ab108c09f449805e5681a331 (diff)
downloadmetabase-utils-48d218696ee55ac067b714dfeff016809047e7dd.tar.gz
metabase-utils-48d218696ee55ac067b714dfeff016809047e7dd.zip
pass along arguments
-rwxr-xr-xbin/load2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/load b/bin/load
index ab01ca9..1f9fa72 100755
--- a/bin/load
+++ b/bin/load
@@ -7,7 +7,7 @@ cargo build
cd data || exit 1
rm -f ./*.tsv || true
-../target/debug/investments-sheet-export
+../target/debug/investments-sheet-export "$@"
psql -U metabase investments < schema.sql
psql -U metabase investments -c 'COPY categories FROM STDIN' < categories.tsv