Skip to content

Commit

Permalink
change dir for quiz-concept save
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Nov 16, 2018
1 parent 242dd3f commit 4ed27e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiz/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object Main extends {
.sortBy(_._1.toLowerCase)
.map{case (key, value) => s"$key\t$value"}

val conceptFile = "quiz-concepts.tsv"
val conceptFile = "quiz/quiz-concepts.tsv"
concepts.mkString("\n").save(conceptFile)
}

Expand Down

0 comments on commit 4ed27e2

Please sign in to comment.