diff options
| author | deviantfero <fmorataya.04@gmail.com> | 2018-02-04 15:38:48 -0600 |
|---|---|---|
| committer | deviantfero <fmorataya.04@gmail.com> | 2018-02-04 15:38:48 -0600 |
| commit | 25b802747d5bc68bccf27adf70ce2e190838f706 (patch) | |
| tree | 3ebb287f5e80d85ed78dfc7af9594b20cbd35441 /pywal/settings.py | |
| parent | 9a7e1d9f7f1e8441aed7c66fc97147eaf35b0684 (diff) | |
hotfix: chache -> cache
Diffstat (limited to 'pywal/settings.py')
| -rw-r--r-- | pywal/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index fa42a5f..76a7598 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -14,7 +14,7 @@ import platform __version__ = "1.3.1" -__chache_version__ = "1.0.0" +__cache_version__ = "1.0.0" HOME = os.getenv("HOME", os.getenv("USERPROFILE")) |
