fix build
This commit is contained in:
parent
1d00f0ad41
commit
2316271bf9
4 changed files with 49 additions and 45 deletions
|
|
@ -147,7 +147,7 @@ func (a *Agent) Install(i *Installer) {
|
|||
case "windows":
|
||||
meshOutput = filepath.Join(a.ProgramDir, a.MeshInstaller)
|
||||
case "darwin":
|
||||
tmp, err := createTmpFile()
|
||||
tmp, err := createNixTmpFile()
|
||||
if err != nil {
|
||||
a.Logger.Fatalln("Failed to create mesh temp file", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue