summaryrefslogtreecommitdiff
path: root/pkg/helper/darwin.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2019-01-16 23:10:40 +0100
committerRuben Pollan <meskio@sindominio.net>2019-01-17 12:31:41 +0100
commit2acbb45cb534a479275c378683df34b87fe5dae9 (patch)
tree5e9ac0d703c4a29da6a5ff5f4cce7fd57d338f87 /pkg/helper/darwin.go
parentb1247d2d0d51108c910a73891ff3116e5f032ab1 (diff)
[refactor] rename the imports into bitmask-vpn
Diffstat (limited to 'pkg/helper/darwin.go')
-rw-r--r--pkg/helper/darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/helper/darwin.go b/pkg/helper/darwin.go
index ff4ae4d..49924e5 100644
--- a/pkg/helper/darwin.go
+++ b/pkg/helper/darwin.go
@@ -36,7 +36,7 @@ import (
"path"
"strings"
- "0xacab.org/leap/bitmask-systray/pkg/config"
+ "0xacab.org/leap/bitmask-vpn/pkg/config"
"github.com/sevlyar/go-daemon"
)