We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73211c9 commit f9ab545Copy full SHA for f9ab545
cmd/immuclient/service/helper_windows.go
@@ -33,7 +33,7 @@ import (
33
"golang.org/x/sys/windows"
34
)
35
36
-var winExecPath = windows.KnownFolderPath(windows.FOLDERID_ProgramFiles, windows.KF_FLAG_DEFAULT)
+var winExecPath, _ = windows.KnownFolderPath(windows.FOLDERID_ProgramFiles, windows.KF_FLAG_DEFAULT)
37
38
func NewDaemon(name, description, execStartPath string, dependencies ...string) (d daemon.Daemon, err error) {
39
d, err = daemon.New(name, description, execStartPath, dependencies...)
0 commit comments