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 committed by GitHub
parent c3b02d9321
commit 855956ec54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.