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