diff options
Diffstat (limited to 'edit.py')
-rw-r--r-- | edit.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ FENCED = False def xdg_cache_dir(): - return os.path.expanduser(os.environ.get("XDG_CACHE_HOME", "~/..cache/")) + return os.path.expanduser(os.environ.get("XDG_CACHE_HOME", "~/.cache/")) def weechat_cache_dir(): |