Skip to content

Commit

Permalink
Remove env for input path
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Sep 12, 2018
1 parent 7f026d4 commit 464223e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const populateEnvOptions = (): DeepPartial<AppConfig> => {
password: env.DB_PASSWORD ? String(env.DB_PASSWORD) : undefined,
},
databaseConnectionUri: env.DB_URI ? String(env.DB_URI) : undefined,
inputPath: env.PATH ? resolve(env.PATH) : undefined,
dropDatabase: env.DROP_DATABASE === 'true',
dropCollection: env.DROP_COLLECTION === 'true',
replaceIdWithUnderscoreId: env.REPLACE_ID === 'true',
Expand Down

0 comments on commit 464223e

Please sign in to comment.