correct error message (#91)
This commit is contained in:
parent
f8d9a7e714
commit
fe9d1441b9
|
@ -40,7 +40,7 @@ def readDotEnv = {
|
|||
}
|
||||
} catch (FileNotFoundException ex) {
|
||||
println("**************************")
|
||||
println("*** Missing .env file ****")
|
||||
println("*** Missing $envFile file ****")
|
||||
println("**************************")
|
||||
}
|
||||
project.ext.set("env", env)
|
||||
|
|
Loading…
Reference in New Issue