Skip to content

Commit

Permalink
mistype fixed in rpm keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kardapoltsev committed Feb 13, 2014
1 parent c0b0edd commit fbb6e43
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 @@ -41,7 +41,7 @@ trait RpmKeys {

val rpmPretrans = SettingKey[Option[String]]("rpm-pretrans", "%pretrans scriptlet")
val rpmPre = SettingKey[Option[String]]("rpm-pre", "%pre scriptlet")
val rpmVerifyscript = SettingKey[Option[String]]("rpm-verifyscipt", "%verifyscript scriptlet")
val rpmVerifyscript = SettingKey[Option[String]]("rpm-verifyscript", "%verifyscript scriptlet")
val rpmPost = SettingKey[Option[String]]("rpm-post", "%post scriptlet")
val rpmPosttrans = SettingKey[Option[String]]("rpm-posttrans", "%posttrans scriptlet")
val rpmPreun = SettingKey[Option[String]]("rpm-preun", "%preun scriptlet")
Expand Down

0 comments on commit fbb6e43

Please sign in to comment.