diff --git a/getarticles.go b/getarticles.go index 26fd710..a93a47f 100644 --- a/getarticles.go +++ b/getarticles.go @@ -72,7 +72,6 @@ func getArticles(feedURL string, max int) (string, error) { // ToDo: cachePath should probably be moved to ~/.cache/feed-to-muc h := fnv.New32a() h.Write([]byte(feedURL)) - cachePath = cachePath + "cache/" if _, err := os.Stat(cachePath); os.IsNotExist(err) { err = os.MkdirAll(cachePath, 0700) if err != nil {