Skip to content

Commit

Permalink
windows fix: update default search path
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Nov 12, 2018
1 parent 835b130 commit ebe5bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/io/github/cdimascio/dotenv/Dotenv.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class DotEnvException(message: String) : Exception(message)
*/
class DotenvBuilder internal constructor() {
private var filename = ".env"
private var directoryPath = ""
private var directoryPath = "./"
private var throwIfMissing = true
private var throwIfMalformed = true

Expand Down

0 comments on commit ebe5bdc

Please sign in to comment.