From 94419e03bfc5af7fcfbf968bf69237a485f72b69 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Wed, 18 Nov 2015 09:15:52 +0000 Subject: [PATCH] Fix typo --- config/config.exs.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs.dist b/config/config.exs.dist index 6589ee9..0cdcf91 100644 --- a/config/config.exs.dist +++ b/config/config.exs.dist @@ -15,7 +15,7 @@ config :mebe_web, MebeWeb.Endpoint, adapter: Phoenix.PubSub.PG2] # Custom blog configs -config :mebe_web,, +config :mebe_web, # The path to crawl post and page data from. No trailing slash, use an absolute path. data_path: "/path/to/mebe/data",