summaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
authorScisco <alireza@developmentseed.org>2014-07-17 14:04:34 -0400
committerScisco <alireza@developmentseed.org>2014-07-17 14:04:34 -0400
commit6b1c513513d20eb68d78299b0d19fb404d10014c (patch)
tree5491e914d3cc106a22da8521c008df3f4e1f27ce /config.sample.json
parent38f970c6d3086bc7a5fa76722c12ba563fa38f95 (diff)
Fixed issue with config item naming
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 59a4c41..01da368 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -1,7 +1,7 @@
{
"gh_server": "github.com",
"temp": "/home/ubuntu/jekyll-hook",
- "public-repo": true,
+ "public_repo": true,
"scripts": {
"build": "./scripts/build.sh",
"publish": "./scripts/publish.sh"