1
0
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:
Timur Ismagilov
2021-06-15 01:30:17 +05:00
parent b4e0ff2e34
commit 839b1e2448
9 changed files with 18 additions and 18 deletions

View File

@@ -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
)