diff options
author | A Farzat <a@farzat.xyz> | 2022-05-18 12:14:10 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2022-05-18 12:14:10 +0900 |
commit | 93cd1115656c93af6b6348efc5d08da140f3022b (patch) | |
tree | adf10900fd84a85b53e188ef8c12262b8e169a1b /edit.py | |
parent | d9bbb2fad42f4652e418209686045897a8f61675 (diff) | |
download | edit-93cd1115656c93af6b6348efc5d08da140f3022b.tar.gz edit-93cd1115656c93af6b6348efc5d08da140f3022b.zip |
Fix a typo
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(): |