fix build

This commit is contained in:
wh1te909 2023-02-27 21:54:48 +00:00
parent 1d00f0ad41
commit 2316271bf9
4 changed files with 49 additions and 45 deletions

View file

@ -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)
}