From b30c3654a815e5d7e7acccbe43c6e1add3d89389 Mon Sep 17 00:00:00 2001 From: zoubair <90851768+zoubair-hattab@users.noreply.github.com> Date: Mon, 4 Jul 2022 06:59:16 +0100 Subject: [PATCH] Update DataProvider.ts Path config.json --- lib/DataProvider.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DataProvider.ts b/lib/DataProvider.ts index 34e31dd8..a32adbfc 100644 --- a/lib/DataProvider.ts +++ b/lib/DataProvider.ts @@ -28,7 +28,7 @@ let args = yargs alias: 'c', type: 'string', description: 'Path to config json file', - default: './config.json', + default: './config/config.json', demand: true }).argv; @@ -478,4 +478,4 @@ class DataProvider { const dataProvider = new DataProvider(conf); -dataProvider.runDataProvider(); \ No newline at end of file +dataProvider.runDataProvider();