changing base back to same name as dir

This commit is contained in:
херетик
2023-01-29 11:45:52 +00:00
parent 6a6c5e8dc9
commit 4c044ca4db

View File

@@ -20,7 +20,7 @@ import (
)
var (
log = log2.GetLogger(indrabase.PathBase)
log = log2.GetLogger(indra.PathBase)
check = log.E.Chk
)