From fc062e55f0652f79ac609044a62c07429a706142 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 1 Jul 2016 15:01:21 +0100 Subject: [PATCH] fix bug --- setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.go b/setup.go index f29b9447..f998e245 100644 --- a/setup.go +++ b/setup.go @@ -34,7 +34,7 @@ func setup(c *caddy.Controller) error { cnf := httpserver.GetConfig(c) conf, _ := parse(c, cnf.Root) - format := "config.toml" + format := "toml" // Checks if there is an Hugo website in the path that is provided. // If not, a new website will be created.