From 63f302604f598c6a15ca3ed3664dbdc174a668bc Mon Sep 17 00:00:00 2001 From: Evan Hosinski Date: Wed, 21 May 2025 09:08:07 -0400 Subject: [PATCH] Changed output directory to be CrowsNest --- crowsnest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowsnest.go b/crowsnest.go index 51f57ae..a7eb94f 100644 --- a/crowsnest.go +++ b/crowsnest.go @@ -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