1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-08-31 18:08:05 +00:00

Fix a typo

This commit is contained in:
handlerug
2021-06-24 15:07:25 +07:00
parent 9b610595bd
commit 5990731454

View File

@@ -69,7 +69,7 @@ func PrepareWikiRoot() error {
paths.tokensJSON = filepath.Join(paths.cacheDir, "tokens.json")
paths.fixedCredentialsJSON = filepath.Join(cfg.WikiDir, "fixed-users.json")
paths.registrationCredentialsJSON = filepath.Join(paths.cacheDir, "registered-users.json")
paths.registrationCredentialsJSON = filepath.Join(cfg.WikiDir, "registered-users.json")
return nil
}