Explorar el Código

fix for windows

Matthew R. Kasun hace 3 años
padre
commit
e3d3c864ab
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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