Skip to content

Commit

Permalink
rename snapcraft plugs, #588
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Mar 17, 2022
1 parent 01d8211 commit aa60fdf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions snap/snapcraft.yaml
Expand Up @@ -20,21 +20,21 @@ parts:
snapcraftctl set-version $(git describe --abbrev=0 --tags)
plugs:
system-gitconfig:
etc-gitconfig:
interface: system-files
read:
- /etc/gitconfig
global-gitconfig:
- /etc/gitconfig
gitconfig:
interface: personal-files
read:
- $HOME/.gitconfig
- $HOME/.config/git/config
- $HOME/.gitconfig
- $HOME/.config/git/config

apps:
onefetch:
command: bin/onefetch
plugs:
- home
- removable-media
- system-gitconfig
- global-gitconfig
- etc-gitconfig
- gitconfig

0 comments on commit aa60fdf

Please sign in to comment.