diff options
| author | 2026-06-07 10:16:02 +0000 | |
|---|---|---|
| committer | 2026-06-07 10:16:02 +0000 | |
| commit | 2f34ba9a792c3e0f4a5249d2e000cacbe73574fe (patch) | |
| tree | 842cdf32cd1314d3d86252b49456abc435ea9537 /internal/testgit/command.go | |
| parent | internal/testgit: Unexport Run and Command (diff) | |
| signature | No signature | |
internal/testgit: Prepare for tag
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 7f1835ec..db874bd1 100644 --- a/internal/testgit/command.go +++ b/internal/testgit/command.go @@ -25,7 +25,7 @@ func (repo *Repo) command( func (repo *Repo) run( tb testing.TB, stdin io.Reader, - command string, + command string, //nolint:unparam args ...string, ) (stdout []byte, err error) { tb.Helper() |
