Correct default env file relative path

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
This commit is contained in:
Max Risuhin 2018-09-04 23:14:48 +03:00
parent a20aa97f6e
commit e705dac8ab
No known key found for this signature in database
GPG Key ID: BF733F5ACA0B4448
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if (NOT ENVFILE)
if (DEFINED ENV{ENVFILE})
set(ENVFILE $ENV{ENVFILE})
else()
set(ENVFILE ".env")
set(ENVFILE "/.env")
endif()
endif()