diff --git a/Gruntfile.coffee b/Gruntfile.coffee index ab591a76ab..8ca047a1a1 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -88,7 +88,7 @@ module.exports = (grunt) -> shell: migrate: - command: "./node_modules/east/bin/east migrate --adapter east-mongo --url #{settings.mongo.url}" + command: "./node_modules/east/bin/east migrate --adapter east-mongo --url #{settings?.mongo?.url}" availabletasks: tasks: