Skip to content

Commit 383192a

Browse files
author
tosih
committed
Fix variable to camelCase.
1 parent 4c916ba commit 383192a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ module.exports = function(grunt) {
287287
var locals = {
288288
version: version,
289289
env: require('./client/config/json/environment.json').environment,
290-
intercom_app_id: process.env.INTERCOM_APP_ID || 'xs5g95pd',
290+
intercomAppId: process.env.INTERCOM_APP_ID || 'xs5g95pd',
291291
commitHash: require('./client/config/json/commit.json').commitHash,
292292
commitTime: require('./client/config/json/commit.json').commitTime,
293293
apiHost: require('./client/config/json/api.json').host

layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,5 @@ html(
205205

206206
//- Intercom
207207
script(
208-
src = "https://widget.intercom.io/widget/" + intercom_app_id
208+
src = "https://widget.intercom.io/widget/" + intercomAppId
209209
)

0 commit comments

Comments
 (0)