aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/cache.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-19 19:49:52 +0900
committerOphestra <cat@gensokyo.uk>2026-04-19 19:50:54 +0900
commit021cbbc2a81dc339ffe18b308df894f15c3a1e92 (patch)
tree38b79da8291d2bcde0573f5dc1dc217e4f2e7666 /cmd/mbf/cache.go
parenta4a54a4a4d738f560f5b941d378791390603c2ba (diff)
cmd/mbf: default daemon socket in cache
This location makes more sense than the current directory. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/mbf/cache.go')
-rw-r--r--cmd/mbf/cache.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/mbf/cache.go b/cmd/mbf/cache.go
index 316e303d..5c89ca10 100644
--- a/cmd/mbf/cache.go
+++ b/cmd/mbf/cache.go
@@ -31,9 +31,6 @@ func (cache *cache) open() (err error) {
return os.ErrInvalid
}
- if cache.base == "" {
- cache.base = "cache"
- }
var base *check.Absolute
if cache.base, err = filepath.Abs(cache.base); err != nil {
return