Missing newline in config.iced.

develop
Icedream 2015-11-05 19:28:32 +01:00
parent ed9e3605a7
commit e93b3f5fff
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ if nconf.get "dump-config"
process.exit 0
module.exports = merge true, nconf,
isProduction: -> @get("environment").toUpperCase() == "PRODUCTION"
isProduction: -> @get("environment").toUpperCase() == "PRODUCTION"