aboutsummaryrefslogtreecommitdiff
path: root/edit.py
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2022-05-18 12:14:10 +0900
committerA Farzat <a@farzat.xyz>2022-05-18 12:14:10 +0900
commit93cd1115656c93af6b6348efc5d08da140f3022b (patch)
treeadf10900fd84a85b53e188ef8c12262b8e169a1b /edit.py
parentd9bbb2fad42f4652e418209686045897a8f61675 (diff)
downloadedit-93cd1115656c93af6b6348efc5d08da140f3022b.tar.gz
edit-93cd1115656c93af6b6348efc5d08da140f3022b.zip
Fix a typo
Diffstat (limited to 'edit.py')
-rw-r--r--edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.py b/edit.py
index bbabb7e..661f462 100644
--- a/edit.py
+++ b/edit.py
@@ -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():