mirror of https://github.com/databricks/cli.git
Update bundle/bundle.go
Co-authored-by: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com>
This commit is contained in:
parent
1b3041ecee
commit
80de04f36f
|
@ -35,7 +35,7 @@ type Bundle struct {
|
|||
// It is set when we instantiate a new bundle instance.
|
||||
BundleRootPath string
|
||||
|
||||
// BundleRoot is a virtual filesystem path [BundleRootPath].
|
||||
// BundleRoot is a virtual filesystem path to [BundleRootPath].
|
||||
// Exclusively use this field for filesystem operations.
|
||||
BundleRoot vfs.Path
|
||||
|
||||
|
|
Loading…
Reference in New Issue