mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-12-04 23:58:04 +00:00
Rename WikiDir to WikiGitDir
Rhymes well with the forecoming Structure.
This commit is contained in:
@@ -37,8 +37,8 @@ var (
|
||||
|
||||
// These variables are set before reading the config file, they are set in main.parseCliArgs.
|
||||
var (
|
||||
// WikiDir is a full path to the wiki storage directory, which also must be a git repo.
|
||||
WikiDir string
|
||||
// WikiGitDir is a full path to the wiki storage directory, which also must be a git repo.
|
||||
WikiGitDir string
|
||||
// ConfigFilePath is a path to the config file. Its value is used when calling ReadConfigFile.
|
||||
ConfigFilePath string
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user