From 32267e3ab2d217e4c0885a2b11f5806da942d583 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 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: