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 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() |
