X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/00d1ef67636df59460bd4e060f6da4b0c9bcb24c..d2810ae9038b057e8f18e8b495a57d8f96ae5be6:/cmd/mobius-hotline-server/main.go?ds=sidebyside diff --git a/cmd/mobius-hotline-server/main.go b/cmd/mobius-hotline-server/main.go index cf69ea8..aa1f015 100644 --- a/cmd/mobius-hotline-server/main.go +++ b/cmd/mobius-hotline-server/main.go @@ -44,7 +44,7 @@ func main() { logger.Fatalw("Configuration directory not found", "path", configDir) } - hotline.FS = hotline.OSFileStore{} + hotline.FS = &hotline.OSFileStore{} srv, err := hotline.NewServer(*configDir, "", *basePort, logger) if err != nil {