]> git.armaanb.net Git - lightcards.git/commitdiff
Fix typo
authorArmaan Bhojwani <me@armaanb.net>
Thu, 18 Feb 2021 18:21:41 +0000 (13:21 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 18 Feb 2021 18:21:41 +0000 (13:21 -0500)
lightcards/config.py

index 04cfdf99627f108ccc12fafb0d0506d3c194d919..ad96a370789ea943c108a9bed91ad1645cd55fc1 100644 (file)
@@ -17,7 +17,7 @@ def read_file(file):
     config = {}
     file = str(file)
     files = []
-    local_xdg = f"{os.path.expanduser('~')}/{os.environ.get('XDG_CACHE_HOME')}/lightcards/config.py"
+    local_xdg = f"{os.path.expanduser('~')}/{os.environ.get('XDG_CONFIG_HOME')}/lightcards/config.py"
     local = f"{os.path.expanduser('~')}/.config/lightcards/config.py"
     world = "/etc/lightcards/config.py"