hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit f0c0ece44d55b6c2997cbd106d1bc099ea1a2fa7
parent a34213f0b5624de101272aab469ca9b6fe0c273f
Author: Anthony Fok <foka@debian.org>
Date:   Wed, 31 Jan 2018 02:00:16 -0700

Add "removable-media" interface to snapcraft.yaml

Closes #3837

Diffstat:
Msnapcraft.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snapcraft.yaml b/snapcraft.yaml
@@ -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: