Skip to content

Commit

Permalink
fix conf output
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ring committed Jun 10, 2016
1 parent 9a9975f commit c6b0a20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ object Cobra extends App {
val conf = scala.io.Source.fromURL(getClass.getResource("/template-cobra.conf")).mkString
.replaceAll("\\{\\s*title\\s*\\}", s""""$name"""")
.replaceAll("\\{\\s*lang\\s*\\}", '"' + System.getProperty("user.language") + '"')
.replaceAll("\\{\\s*isa_home\\s*\\}", s""""$isa_home"""")

.replaceAll("\\{\\s*isa_home\\s*\\}", s"""$isa_home""")
val slides = scala.io.Source.fromURL(getClass.getResource("/template-slides.html")).mkString
.replaceAll("\\{\\s*title\\s*\\}", name)

Expand Down

0 comments on commit c6b0a20

Please sign in to comment.