Skip to content

Commit

Permalink
fix node 6 tests (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper authored and devongovett committed Sep 23, 2018
1 parent 3ed33fd commit 45a479c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function loadEnv(filepath) {
const envPath = await config.resolve(filepath, [dotenvFile]);
if (envPath) {
const envs = dotenv.config({path: envPath});
variableExpansion(envs)
variableExpansion(envs);
}
})
);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45a479c

Please sign in to comment.