From 2a03e4822d08dcfb492053db8db605b64ecbd698 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 26 Feb 2015 12:13:56 +0000 Subject: [PATCH] Don't blow up on missing settings --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index df8cf03045..b843b374be 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: