1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

Fix typo environment variable instead of environemnt variable. (#537)

This commit is contained in:
Tim Peeters 2019-12-19 23:35:26 +01:00 committed by Ivar Conradi Østhus
parent c986b489bd
commit ee0941a405

View File

@ -56,7 +56,7 @@ module.exports = {
if (!options.databaseUrl) {
throw new Error(
'You must either pass databaseUrl option or set environemnt variable DATABASE_URL || (DATABASE_HOST, DATABASE_PORT, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME)'
'You must either pass databaseUrl option or set environment variable DATABASE_URL || (DATABASE_HOST, DATABASE_PORT, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME)'
);
}