Skip to content

Commit

Permalink
Fix typo in TaskKey for rpmLint. (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
daanhoogenboezem authored and muuki88 committed Apr 19, 2018
1 parent 174291f commit 6586ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/typesafe/sbt/packager/rpm/Keys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ trait RpmKeys {
)

// Building
val rpmLint = TaskKey[Unit]("rpm-lint", "Runs rpmlint program against the genreated RPM, if available.")
val rpmLint = TaskKey[Unit]("rpm-lint", "Runs rpmlint program against the generated RPM, if available.")

@deprecated("Use daemonStdoutLogFile instead", "1.1.x")
val rpmDaemonLogFile =
Expand Down

0 comments on commit 6586ccd

Please sign in to comment.