Browse Source

fix for windows

Matthew R. Kasun 3 years ago
parent
commit
e3d3c864ab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      netclient/ncutils/netclientutils_windows.go

+ 2 - 1
netclient/ncutils/netclientutils_windows.go

@@ -3,11 +3,12 @@ package ncutils
 import (
 	"embed"
 	"fmt"
-	"log"
 	"os"
 	"os/exec"
 	"strings"
 	"syscall"
+
+	"github.com/gravitl/netmaker/logger"
 )
 
 //go:embed windowsdaemon/winsw.exe