@@ 232,7 232,6 @@ func (d FeedEntries) walk(path string, f os.FileInfo, err error) error {
func writeBin(bin Bin, path ...string) (err error) {
p := filepath.Join(path...)
- p = filepath.Join(p, "barefeed")
var f *os.File
f, err = os.Create(filepath.Clean(p))