Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Oct 6, 2019
1 parent 5d64fcc commit d9db772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-dotenv-5.1.2.pom → java-dotenv-5.1.3.pom
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>5.1.2</version>
<version>5.1.3</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>5.1.2</version>
<version>5.1.3</version>

<licenses>
<license>
Expand Down
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 @@ -84,7 +84,7 @@ class DotenvBuilder internal constructor() {
}

/**
* Sets the name of the .env. The default is not .env
* Sets the name of the .env file. The default is .env
* @param name The filename
*/
fun filename(name: String = ".env"): DotenvBuilder {
Expand Down

0 comments on commit d9db772

Please sign in to comment.