summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 02:11:32 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 02:11:32 -0400
commit81b245bcedaae46293b90b88bee2cbfe3ae71cdc (patch)
tree6132f9df832f8d6e31284cf834b8a79dd4f8d73b
parentf164ea3c6997c06be0ddc940c7f2a1d9a1bdc029 (diff)
downloadmetabase-utils-81b245bcedaae46293b90b88bee2cbfe3ae71cdc.tar.gz
metabase-utils-81b245bcedaae46293b90b88bee2cbfe3ae71cdc.zip
quieter
-rwxr-xr-xbin/load2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/load b/bin/load
index 6fa7777..5212098 100755
--- a/bin/load
+++ b/bin/load
@@ -17,7 +17,7 @@ psql -U metabase money -c 'COPY subtransactions FROM STDIN' < subtransactions.ts
psql -U metabase money -c 'COPY scheduled_transactions FROM STDIN' < scheduled_transactions.tsv
psql -U metabase money -c 'COPY scheduled_subtransactions FROM STDIN' < scheduled_subtransactions.tsv
-cargo run --manifest-path "$(dirname "$0")/../Cargo.toml" --bin investments-sheet-export "$@"
+cargo run -q --manifest-path "$(dirname "$0")/../Cargo.toml" --bin investments-sheet-export "$@"
psql -U metabase money < "$(dirname "$0")/../data/investments-sheet-schema.sql"
psql -U metabase money -c 'COPY investment_categories FROM STDIN' < investment_categories.tsv