mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix bug
This commit is contained in:
parent
9e3146c024
commit
fc062e55f0
2
setup.go
2
setup.go
@ -34,7 +34,7 @@ func setup(c *caddy.Controller) error {
|
|||||||
cnf := httpserver.GetConfig(c)
|
cnf := httpserver.GetConfig(c)
|
||||||
conf, _ := parse(c, cnf.Root)
|
conf, _ := parse(c, cnf.Root)
|
||||||
|
|
||||||
format := "config.toml"
|
format := "toml"
|
||||||
|
|
||||||
// Checks if there is an Hugo website in the path that is provided.
|
// Checks if there is an Hugo website in the path that is provided.
|
||||||
// If not, a new website will be created.
|
// If not, a new website will be created.
|
||||||
|
Loading…
Reference in New Issue
Block a user