Skip to content

Commit

Permalink
Add "removable-media" interface to snapcraft.yaml
Browse files Browse the repository at this point in the history
Closes #3837
  • Loading branch information
anthonyfok committed Jan 31, 2018
1 parent a34213f commit f0c0ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ grade: devel # "devel" or "stable"
apps:
hugo:
command: bin/hugo
plugs: [home, network-bind]
plugs: [home, network-bind, removable-media]

parts:
hugo:
Expand Down

0 comments on commit f0c0ece

Please sign in to comment.