diff options
author | Ruben Pollan <meskio@sindominio.net> | 2019-01-16 23:10:40 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-01-17 12:31:41 +0100 |
commit | 2acbb45cb534a479275c378683df34b87fe5dae9 (patch) | |
tree | 5e9ac0d703c4a29da6a5ff5f4cce7fd57d338f87 /pkg/helper/windows.go | |
parent | b1247d2d0d51108c910a73891ff3116e5f032ab1 (diff) |
[refactor] rename the imports into bitmask-vpn
Diffstat (limited to 'pkg/helper/windows.go')
-rw-r--r-- | pkg/helper/windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go index 4e4e89d..bc86e79 100644 --- a/pkg/helper/windows.go +++ b/pkg/helper/windows.go @@ -21,7 +21,7 @@ import ( "os" "os/exec" - "0xacab.org/leap/bitmask-systray/pkg/config" + "0xacab.org/leap/bitmask-vpn/pkg/config" ) const ( |