From 93e507043bb7f7bb63618590b318b13167c930e5 Mon Sep 17 00:00:00 2001 From: Paul Girard Date: Mon, 17 Aug 2020 14:19:31 +0200 Subject: [PATCH] file name (badly) changed by @gdaudin --- scripts/import.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/import.js b/scripts/import.js index b6c97533..e9d28b19 100644 --- a/scripts/import.js +++ b/scripts/import.js @@ -31,7 +31,7 @@ import _ from 'lodash'; */ const ROOT_PATH = '/base', BDD_CENTRALE_PATH = path.join(ROOT_PATH, '/bdd_centrale.csv'), - BDD_OUTSIDERS = path.join(ROOT_PATH, '/marchandises_sourcees.csv'), + BDD_OUTSIDERS = path.join(ROOT_PATH, '/product_sourcees.csv'), BDD_TAX_DEPARTMENTS = path.join(ROOT_PATH, '/bdd_tax_departments.csv'), // classifications index INDEX_CLASSIFICATIONS = path.join(ROOT_PATH, '/classifications_index.csv');