mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-07 02:10:26 +00:00
Do not print the git dir path
This commit is contained in:
parent
afb5c22c40
commit
4035d4253a
1
main.go
1
main.go
@ -38,7 +38,6 @@ func main() {
|
|||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
log.Println("Wiki directory is", cfg.WikiDir)
|
log.Println("Wiki directory is", cfg.WikiDir)
|
||||||
log.Println("Using Git storage at", files.HyphaeDir())
|
|
||||||
|
|
||||||
// Init the subsystems:
|
// Init the subsystems:
|
||||||
viewutil.Init()
|
viewutil.Init()
|
||||||
|
Loading…
Reference in New Issue
Block a user