Skip to content

Commit

Permalink
chore(Repo): Delete stray
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jun 2, 2019
1 parent a57c0bd commit 64650c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion api/server/plugins/utils/lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {

const env = {
load: () => {
dotenv.config({ path: path.join(__dirname, '../../../.env') });
dotenv.config({ path: path.join(__dirname, '../../../../../.env') });
process.env.HISTORY_ENV_LOADED = true;
process.env.HISTORY_ENV_TESTED = 1;
},
Expand Down
Loading

0 comments on commit 64650c8

Please sign in to comment.