Skip to content

Commit

Permalink
corrected example in CredentialsSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
pnerg committed Feb 17, 2017
1 parent e24d0ab commit dfa5e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/org/dmonix/sbt/CredentialsSettings.scala
Expand Up @@ -58,7 +58,7 @@ object CredentialsSettings {
* Example on usage in build.sbt:
* {{{
* import org.dmonix.sbt.CredentialsSettings._
* credentials ++= deployCredentials
* credentials ++= publishCredentials
* }}}
* @return A sequence with the credentials to use
*/
Expand All @@ -80,7 +80,7 @@ object CredentialsSettings {
* Example on usage in build.sbt:
* {{{
* import org.dmonix.sbt.CredentialsSettings._
* credentials ++= deployCredentials(file("filePath"))
* credentials ++= publishCredentials(file("filePath"))
* }}}
*
* @param credentialsFile The file containing the credentials
Expand Down

0 comments on commit dfa5e69

Please sign in to comment.