Skip to content

Commit

Permalink
Fix typo in description of maintainerScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Feb 19, 2016
1 parent 5500a75 commit d109245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/com/typesafe/sbt/packager/Keys.scala
Expand Up @@ -15,7 +15,7 @@ trait NativePackagerKeys {

val executableScriptName = SettingKey[String]("executableScriptName", "Name of the executing script.")

val maintainerScripts = TaskKey[Map[String, Seq[String]]]("maintainerScripts", "Scripname to content lines")
val maintainerScripts = TaskKey[Map[String, Seq[String]]]("maintainerScripts", "Scriptname to content lines")

}

Expand Down Expand Up @@ -47,4 +47,4 @@ object Keys extends NativePackagerKeys
with docker.DockerKeys
with debian.DebianKeys
with rpm.RpmKeys
with archetypes.JavaAppKeys
with archetypes.JavaAppKeys

0 comments on commit d109245

Please sign in to comment.