From edac9601836d02848287c7f2de685713a1d1bd52 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 2 Dec 2024 11:30:43 +0100 Subject: [PATCH] Update bundle/bundle.go Co-authored-by: Andrew Nester --- bundle/bundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle.go b/bundle/bundle.go index 9de6dc88d..18cbba725 100644 --- a/bundle/bundle.go +++ b/bundle/bundle.go @@ -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.