Skip to content

Commit

Permalink
fix: fix source_id org-carrefour in import script (#9002)
Browse files Browse the repository at this point in the history
Co-authored-by: off <off@openfoodfacts.org>
  • Loading branch information
stephanegigandet and off committed Sep 15, 2023
1 parent 6e8a973 commit e6c9099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import_carrefour_pro_off1.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

./import_csv_file.pl --csv_file /srv/off/imports/carrefour/carrefour.csv --user_id carrefour --comment "Import Carrefour" --source_id "carrefour" --source_name "Carrefour" --source_url "https://www.carrefour.fr" --manufacturer --org_id carrefour --define lc=fr
./import_csv_file.pl --csv_file /srv/off/imports/carrefour/carrefour.csv --user_id carrefour --comment "Import Carrefour" --source_id "org-carrefour" --source_name "Carrefour" --source_url "https://www.carrefour.fr" --manufacturer --org_id carrefour --define lc=fr

0 comments on commit e6c9099

Please sign in to comment.