From 37f86979eefddb653e90b6af700b976dd3463417 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 7 Jun 2026 09:35:38 +0000 Subject: internal/testgit: Unexport Run and Command --- internal/testgit/fsck.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/testgit/fsck.go') diff --git a/internal/testgit/fsck.go b/internal/testgit/fsck.go index a1c48026..d32fc3a9 100644 --- a/internal/testgit/fsck.go +++ b/internal/testgit/fsck.go @@ -32,7 +32,7 @@ func (repo *Repo) Fsck(tb testing.TB, opts FsckOptions, objects ...id.ObjectID) args = append(args, object.String()) } - _, err := repo.Run(tb, nil, "git", args...) + _, err := repo.run(tb, nil, "git", args...) if err != nil { return fmt.Errorf("fsck: %w", err) } -- cgit v1.3.1-10-gc9f91