correct error message (#91)

This commit is contained in:
sandeep.gs 2017-04-27 03:28:56 +05:30 committed by Pedro Belo
parent f8d9a7e714
commit fe9d1441b9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def readDotEnv = {
}
} catch (FileNotFoundException ex) {
println("**************************")
println("*** Missing .env file ****")
println("*** Missing $envFile file ****")
println("**************************")
}
project.ext.set("env", env)