mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
snap: Use interface names etc-gitconfig and gitconfig
as recommended by @alexmurray to keep consistency with other snaps; see https://forum.snapcraft.io/t/system-files-and-personal-files-request-for-hugo/30598/2 One closer step towards fixing #6226
This commit is contained in:
parent
15463f835b
commit
fd3953c18c
1 changed files with 3 additions and 3 deletions
|
@ -18,16 +18,16 @@ package-repositories:
|
||||||
url: https://deb.nodesource.com/node_16.x
|
url: https://deb.nodesource.com/node_16.x
|
||||||
|
|
||||||
plugs:
|
plugs:
|
||||||
system-gitconfig:
|
etc-gitconfig:
|
||||||
interface: system-files
|
interface: system-files
|
||||||
read:
|
read:
|
||||||
- /etc/gitconfig
|
- /etc/gitconfig
|
||||||
user-gitconfig:
|
gitconfig:
|
||||||
interface: personal-files
|
interface: personal-files
|
||||||
read:
|
read:
|
||||||
- $HOME/.gitconfig
|
- $HOME/.gitconfig
|
||||||
- $HOME/.config/git/config
|
- $HOME/.config/git/config
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
hugo:
|
hugo:
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue