From 1f0877947e7fc796a9dd68703232ea5857c5aad8 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Sun, 9 Oct 2016 09:53:09 -0600 Subject: [PATCH] snap: Add "network-bind" plug for "hugo server" to work See #2532 --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index b97e6f51e..72a05ac07 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -11,7 +11,7 @@ grade: devel # "devel" or "stable" apps: hugo: command: bin/hugo - plugs: [home] + plugs: [home, network-bind] parts: hugo: