Skip to content

Commit

Permalink
Fix typo environment variable instead of environemnt variable. (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
timpeeters authored and ivarconr committed Dec 19, 2019
1 parent 4e91ebc commit fda484d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/options.js
Expand Up @@ -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)'
);
}

Expand Down

0 comments on commit fda484d

Please sign in to comment.