Skip to content

Commit

Permalink
Merge pull request #1381 from jimbobnet/patch-1
Browse files Browse the repository at this point in the history
Fixed application.sample.conf file name
  • Loading branch information
To-om authored Jun 3, 2020
2 parents 4f2a9bc + 5142d9a commit 107e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Common.remapPath
mappings in Universal ~= {
_.flatMap {
case (_, "conf/application.conf") => Nil
case (file, "conf/application.sample.conf.conf") => Seq(file -> "conf/application.conf")
case (file, "conf/application.sample.conf") => Seq(file -> "conf/application.conf")
case (_, "conf/logback.xml") => Nil
case other => Seq(other)
} ++ Seq(
Expand Down

0 comments on commit 107e558

Please sign in to comment.