From eb27557a27add4e34ecb3b34a4aa3d2f6f167166 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 17 Sep 2020 18:35:54 +0200 Subject: [test] fix the tests to work with the new vendoring --- pkg/helper/linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/helper') diff --git a/pkg/helper/linux.go b/pkg/helper/linux.go index 235351b..f1e21c8 100644 --- a/pkg/helper/linux.go +++ b/pkg/helper/linux.go @@ -30,10 +30,10 @@ const ( openvpnGroup = "nogroup" LogFolder = "/var/log/" systemOpenvpnPath = "/usr/sbin/openvpn" - snapOpenvpnPath = "/snap/bin/" + config.BinaryName + ".openvpn" ) var ( + snapOpenvpnPath = "/snap/bin/" + config.BinaryName + ".openvpn" platformOpenvpnFlags = []string{ "--script-security", "1", "--user", openvpnUser, -- cgit v1.2.3