X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/597bd03a184f89d9f46271dfb18da72812f8a8b7..4fdb3625fc47889c73bb4af21da1a67dcb185a65:/pinch.py diff --git a/pinch.py b/pinch.py index 5bb4e95..6bd7dd3 100644 --- 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()))