Update bundle/bundle.go

Co-authored-by: Andrew Nester <andrew.nester@databricks.com>
This commit is contained in:
Denis Bilenko 2024-12-02 11:30:43 +01:00
parent 31db9239ab
commit edac960183
1 changed files with 1 additions and 1 deletions

View File

@ -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.