mirror of https://github.com/databricks/cli.git
Update bundle/bundle.go
Co-authored-by: Andrew Nester <andrew.nester@databricks.com>
This commit is contained in:
parent
31db9239ab
commit
edac960183
|
@ -48,7 +48,7 @@ type Bundle struct {
|
|||
// Exclusively use this field for filesystem operations.
|
||||
SyncRoot vfs.Path
|
||||
|
||||
// Path to root of git worktree
|
||||
// Path to the root of git worktree
|
||||
WorktreeRoot vfs.Path
|
||||
|
||||
// Config contains the bundle configuration.
|
||||
|
|
Loading…
Reference in New Issue