Skip to content
Snippets Groups Projects
Commit 32267e3a authored by James Allen's avatar James Allen
Browse files

Don't blow up on missing settings

parent 7d2e86f0
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment