From 1b30f2804b6f5c59ab10eec4d850332a762a15e3 Mon Sep 17 00:00:00 2001
From: Francesco Colista <fcolista@alpinelinux.org>
Date: Mon, 5 Dec 2016 16:01:34 +0000
Subject: [PATCH] testing/lxd: fixed confd syntax

---
 testing/lxd/lxd.confd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd
index 3d553276a5e3..d957dc6fdf3d 100644
--- a/testing/lxd/lxd.confd
+++ b/testing/lxd/lxd.confd
@@ -1,5 +1,5 @@
 # Group which owns the shared socket
-LXD_OPTIONS+=" --group lxd"
+LXD_OPTIONS=" --group lxd"
 
 
 
-- 
GitLab