summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-07-18 16:07:45 +0200
committerRuben Pollan <meskio@sindominio.net>2019-08-05 11:46:18 -0400
commitba05fbef8501d4dc09c1d41051ca1e820d25bf1d (patch)
tree8edcbae1e2e39a8ad172982371e92a736054e619 /cmd
parent1106467f972e6e5d6781412e999d7c44195bb2df (diff)
[pkg] fix windows paths after testing
Diffstat (limited to 'cmd')
-rw-r--r--cmd/bitmask-vpn/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bitmask-vpn/main.go b/cmd/bitmask-vpn/main.go
index afd6547..d7f12df 100644
--- a/cmd/bitmask-vpn/main.go
+++ b/cmd/bitmask-vpn/main.go
@@ -15,7 +15,7 @@
package main
-//go:generate ../../branding/scripts/vendorize.py ../../branding/templates/bitmaskvpn/config.go ../../branding/config/vendor.conf ../../pkg/config/config.go
+//go:generate python3 ../../branding/scripts/vendorize.py ../../branding/templates/bitmaskvpn/config.go ../../branding/config/vendor.conf ../../pkg/config/config.go
import (
"flag"