open-nomad/command/agent/host/darwin.go

8 lines
87 B
Go

// +build darwin
package host
func mountedPaths() []string {
return []string{"/"}
}