diff options
author | Joe Mooring <[email protected]> | 2023-07-27 12:43:52 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-27 12:43:52 -0700 |
commit | 916397320b56b74e84f466cbab3ca205d676e377 (patch) | |
tree | daa44ad8652fb9439976b94308442314bbb1ff21 /snap | |
parent | b3f10556f0ab8a92bdd92e25c67685947317d188 (diff) | |
download | hugo-916397320b56b74e84f466cbab3ca205d676e377.tar.gz hugo-916397320b56b74e84f466cbab3ca205d676e377.zip |
snap: Set cache location to $HOME/.cache/hugo_cache
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 71caa65c3..74044744b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -62,7 +62,7 @@ plugs: dot-cache-hugo: interface: personal-files write: - - $HOME/.cache/hugo + - $HOME/.cache/hugo_cache ssh-keys: interface: ssh-keys |