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
|
||||
|
||||
plugs:
|
||||
system-gitconfig:
|
||||
etc-gitconfig:
|
||||
interface: system-files
|
||||
read:
|
||||
- /etc/gitconfig
|
||||
user-gitconfig:
|
||||
gitconfig:
|
||||
interface: personal-files
|
||||
read:
|
||||
- $HOME/.gitconfig
|
||||
- $HOME/.config/git/config
|
||||
|
||||
|
||||
apps:
|
||||
hugo:
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue