summaryrefslogtreecommitdiff
path: root/internal/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/config.go')
-rw-r--r--internal/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index f48a046..6354d83 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -14,7 +14,7 @@ import (
)
// configPath is the location of the optional user config file.
-const configPath = "~/.config/geheim.json"
+const configPath = "~/.config/foostore.json"
// Config holds all application-wide configuration values.
// JSON field names use snake_case to match geheim.rb Config::DEFAULTS keys.