Skip to content

Commit 3fa89a6

Browse files
committed
refactor: update comments in stage_write_tree.go to clarify the requirement for the git binary
1 parent 96a1493 commit 3fa89a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/stage_write_tree.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import (
2121
func testWriteTree(harness *test_case_harness.TestCaseHarness) error {
2222
logger := harness.Logger
2323
executable := harness.Executable
24-
RelocateSystemGit(harness, logger)
24+
// This stage Requires the git binary for verifying the git object
25+
// So, no relocation is done for this stage
2526

2627
tempDir, err := os.MkdirTemp("", "worktree")
2728
if err != nil {

0 commit comments

Comments
 (0)