summaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
authorScisco <alireza@developmentseed.org>2014-07-17 14:02:08 -0400
committerScisco <alireza@developmentseed.org>2014-07-17 14:02:08 -0400
commit38f970c6d3086bc7a5fa76722c12ba563fa38f95 (patch)
treee82a5eaa91623bea14cc980dddf3e7610c8083ec /config.sample.json
parent2ed380b7678d07c176af8e7fee2075511c67db4c (diff)
omitted an extra comma
Diffstat (limited to 'config.sample.json')
-rw-r--r--config.sample.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.json b/config.sample.json
index 9b5c601..59a4c41 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -14,6 +14,6 @@
"ssl": true
},
"accounts": [
- "developmentseed",
+ "developmentseed"
]
}