Files
nomad/command/agent/host/darwin.go
2023-08-10 17:27:29 -05:00

12 lines
176 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build darwin
// +build darwin
package host
func mountedPaths() []string {
return []string{"/"}
}