Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 0e3f9b4

Browse files
committed
Fixed CLI path layout.
1 parent dd3faa7 commit 0e3f9b4

File tree

1 file changed

+2
-2
lines changed
  • src/main/scala/org/codeoverflow/chatoverflow/ui

1 file changed

+2
-2
lines changed

src/main/scala/org/codeoverflow/chatoverflow/ui/CLI.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ object CLI {
5959
/**
6060
* This case class holds all information that can be set when starting the framework from command line.
6161
*/
62-
case class Config(pluginFolderPath: String = "plugins/",
63-
configFolderPath: String = "config/",
62+
case class Config(pluginFolderPath: String = "plugins",
63+
configFolderPath: String = "config",
6464
requirementPackage: String = "org.codeoverflow.chatoverflow.requirement",
6565
pluginDataPath: String = "data",
6666
webServerPort: Int = 2400,

0 commit comments

Comments
 (0)