1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-05 17:40:26 +00:00

Fix a typo

This commit is contained in:
handlerug 2021-06-24 15:07:25 +07:00
parent 9b610595bd
commit 5990731454
No known key found for this signature in database
GPG Key ID: 38009F0605051491

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
}