From b7ddefdbf9b6e22e6e881571d80300d481b2e43c Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 26 Jun 2018 12:49:40 -0700 Subject: [PATCH] Empty plug array is not accepted by the snap store --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c1c82061c5..829dd267a7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,7 +12,7 @@ confinement: devmode hooks: configure: - plugs: [] + plugs: [network] apps: drone: