diff --git a/storage/parse.go b/storage/parse.go index 3b7850f..5f81023 100644 --- a/storage/parse.go +++ b/storage/parse.go @@ -63,6 +63,7 @@ func probeGdbm(s string) (string, string, bool) { if v.Scheme != "gdbm" { return "", "", false } + s = v.Path return s, domain, true }