mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
90b80eb91b
commit
ec19fe21dc
|
@ -12,7 +12,7 @@ type UnixRootPath struct {
|
|||
rootPath string
|
||||
}
|
||||
|
||||
// NewUnixRootPath constructs and returns [RootPath].
|
||||
// NewUnixRootPath constructs and returns [UnixRootPath].
|
||||
// The named path is cleaned on construction.
|
||||
func NewUnixRootPath(name string) UnixRootPath {
|
||||
return UnixRootPath{
|
||||
|
|
Loading…
Reference in New Issue