From: Scott Worley Date: Sat, 11 Apr 2020 06:17:22 +0000 (-0700) Subject: This tool is named "pinch" now X-Git-Tag: 1.1~1 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/4fdb3625fc47889c73bb4af21da1a67dcb185a65?ds=sidebyside This tool is named "pinch" now --- 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()))