From fd3953c18cc198b9d8b6474173f6b5522b8d0e47 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Fri, 24 Jun 2022 00:59:37 -0600 Subject: [PATCH] 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 --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 32ce2553c..3594381a4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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: