summaryrefslogtreecommitdiff
path: root/comitium.go
diff options
context:
space:
mode:
Diffstat (limited to 'comitium.go')
-rw-r--r--comitium.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/comitium.go b/comitium.go
index 681b6fb..6ab845f 100644
--- a/comitium.go
+++ b/comitium.go
@@ -56,7 +56,7 @@ func main() {
// make sure it exists so we can start working with files in it
os.MkdirAll(dataPath, os.ModePerm)
- err := core.Init(dataPath)
+ err := core.Init(dataPath, localizer)
if err != nil {
fmt.Fprintf(os.Stderr, "Error in initialization: %v\n", err)
os.Exit(1)