diff options
Diffstat (limited to 'internal/testgit/fsck.go')
| -rw-r--r-- | internal/testgit/fsck.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |
