From a3cade08a0b0101688e8930916c04866860b2650 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 6 Jun 2026 19:21:52 +0000 Subject: Prepare for refname; use lgo; etc. --- internal/testgit/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/testgit/command.go') diff --git a/internal/testgit/command.go b/internal/testgit/command.go index 341b635c..a7d8651a 100644 --- a/internal/testgit/command.go +++ b/internal/testgit/command.go @@ -13,7 +13,7 @@ func (repo *Repo) Command( ) *exec.Cmd { tb.Helper() - cmd := exec.CommandContext(tb.Context(), command, args...) + cmd := exec.CommandContext(tb.Context(), command, args...) //nolint:gosec // Test helper runs caller-selected commands. cmd.Dir = repo.path cmd.Env = repo.env -- cgit v1.3.1-10-gc9f91