Skip to content

Commit

Permalink
Fix a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 9, 2017
1 parent 2862a9e commit cb73cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mappings in packageBin in Assets ++= frontendFiles.value
mappings in Universal ~= {
_.flatMap {
case (file, "conf/application.conf") => Nil
case (file, "conf/apllication.sample") => Seq(file -> "conf/application.conf"
case (file, "conf/apllication.sample") => Seq(file -> "conf/application.conf")
case (file, "conf/logback.xml") => Nil
case other => Seq(other)
} ++ Seq(
Expand Down

0 comments on commit cb73cb0

Please sign in to comment.