From db35263571628df4785c4a4e388eeb9eac2c5b4b Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Wed, 6 Mar 2024 11:35:38 +0100 Subject: [PATCH] fix: use release bin for sync_csv.sh script --- sync_csv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync_csv.sh b/sync_csv.sh index c8332f0..6108450 100755 --- a/sync_csv.sh +++ b/sync_csv.sh @@ -1,7 +1,7 @@ #!/usr/bin/sh -xlsx2csv -n "Adhérents PAPIER" /warmd/etoiledebethleem/copyparty/adhesions/wip_matthieu_b.xlsx \ +xlsx2csv -n "Adhérents PAPIER" /warmd/etoiledebethleem/copyparty/adhesions/nouvelles_adhesions.xlsx \ | sed ':a;N;$!ba;s/\(Champ complémentaire [0-9]\)\n/\1 /g' \ | sed 's/Champ complémentaire \([0-9]\)/CC \1/g' \ - | cargo run -- --source csv + | target/release/paheko_helloasso_adapter_rs --source csv