mirror of https://github.com/databricks/cli.git
remove incorrect info from the comment
This commit is contained in:
parent
1df67d33de
commit
88ad0a0520
|
@ -49,8 +49,6 @@ type Bundle struct {
|
||||||
SyncRoot vfs.Path
|
SyncRoot vfs.Path
|
||||||
|
|
||||||
// Path to the root of git worktree containing the bundle.
|
// Path to the root of git worktree containing the bundle.
|
||||||
// This is the same as git repository root if worktrees are not used,
|
|
||||||
// otherwise it's a descedant of git repository root.
|
|
||||||
// https://git-scm.com/docs/git-worktree
|
// https://git-scm.com/docs/git-worktree
|
||||||
WorktreeRoot vfs.Path
|
WorktreeRoot vfs.Path
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue