Correct search path for .env file #47

Merged
marxjohnson merged 1 commit from configpath into master 2013-06-12 22:34:51 +00:00
marxjohnson commented 2013-06-12 08:58:25 +00:00 (Migrated from github.com)

I'm running successwhale from a subdirectory. For some reason the file_exists("./.env") check fails even though the file exists. Changing this to file_exists(DIR."/.env") appears to solve the problem.

I'm running successwhale from a subdirectory. For some reason the file_exists("./.env") check fails even though the file exists. Changing this to file_exists(**DIR**."/.env") appears to solve the problem.
ianrenton commented 2013-06-12 22:34:59 +00:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ian/SuccessWhale!47
No description provided.