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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user