From abb19d1d202235cbd24bac6338a9ebf170d6e6fb Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 10 Aug 2015 07:33:14 -0500 Subject: [PATCH] Correct casing on config example --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 6836f38e74..55adbe801f 100644 --- a/config.json.example +++ b/config.json.example @@ -40,7 +40,7 @@ "accessKeyId":"accessKeyId", "secretAccessKey":"secretAccessKey" }, - "transifex_slack": { + "TRANSIFEX_SLACK": { "url": "https://hooks.slack.com/services/some-url", "channel": "general" },