diff options
author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-18 15:37:28 +0100 |
---|---|---|
committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-18 15:37:28 +0100 |
commit | 8cda583d77418242a8acd8526ec6c75af71d1aeb (patch) | |
tree | dfc471f2e60ac95eb9ee5d8338b06b50d5911372 | |
parent | 39ce24b4a0a9946b759149900373bb888d98f0d0 (diff) |
repaired json
-rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json index 6b2dc9e..c321869 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,7 @@ "epsilon": 0, - "comment dataSource": "dataSource is from where the program should read and process data. Currently only mydql and stdin is supported." + "comment dataSource": "dataSource is from where the program should read and process data. Currently only mydql and stdin is supported.", "dataSource": "stdin", "DBConn": "", |