1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 22:45:24 +02:00

Merge branch 'master' into pre-release-tidy

This commit is contained in:
Elliott Stoneham 2016-06-16 17:48:36 +01:00
commit 27736d7123

View file

@ -36,7 +36,7 @@ module.exports = function(environment) {
};
process.argv.forEach(function(element) {
if (element !== 'undefined') {
if (element !== undefined) {
if (element.startsWith("intercom=")) {
element = element.replace("intercom=", "");
ENV.APP.intercomKey = element;