Changed output directory to be CrowsNest

This commit is contained in:
Evan Hosinski
2025-05-21 09:08:07 -04:00
parent a0f216508d
commit 63f302604f
+1 -1
View File
@@ -21,7 +21,7 @@ var (
)
func init() {
basePath = filepath.Join(os.Getenv("HOME"), ".local", "share", "Dehasher")
basePath = filepath.Join(os.Getenv("HOME"), ".local", "share", "CrowsNest")
logPath = filepath.Join(basePath, "logs")
storePath = filepath.Join(basePath, "keystore")
// dbPath will be set in main() after badger is initialized