Skip to content
This repository was archived by the owner on Nov 10, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scala/mesosphere/elasticsearch/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.apache.log4j.{Level, BasicConfigurator}
object Main extends App with Logger {

val yaml = new Yaml()
val mesosConf = yaml.load(new FileReader("config/mesos.yml"))
val mesosConf = yaml.load(new FileReader("../../../../../config/mesos.yml"))
.asInstanceOf[util.LinkedHashMap[String, Any]].asScala

// Get configs out of the mesos.yaml file
Expand Down