Don't blow up on missing settings
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user