]> git.scottworley.com Git - pinch/commitdiff
This tool is named "pinch" now
authorScott Worley <scottworley@scottworley.com>
Sat, 11 Apr 2020 06:17:22 +0000 (23:17 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 11 Apr 2020 06:17:47 +0000 (23:17 -0700)
pinch.py

index 5bb4e955d4f996ad7513533a579abba98d6e58e0..6bd7dd3d256f8021755ebb269851ee084f0c3599 100644 (file)
--- a/pinch.py
+++ b/pinch.py
@@ -215,7 +215,7 @@ def fetch_resources(v: Verification, channel: Channel) -> None:
 def git_cachedir(git_repo: str) -> str:
     # TODO: Consider using pyxdg to find this path.
     return os.path.expanduser(
-        '~/.cache/nix-pin-channel/git/%s' %
+        '~/.cache/pinch/git/%s' %
         digest_string(
             git_repo.encode()))