Skip to content

Commit f2c240a

Browse files
authored
Merge pull request #631 from CodeLingoBot/rewrite
Fix function comments based on best practices from Effective Go
2 parents f53877d + b0a1dac commit f2c240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/e2e/kubebuildertest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func (kt *KubebuilderTest) RunKubectlCommand(cmdOptions []string) (string, error
201201
return string(output), err
202202
}
203203

204-
// RunKubectlCommand is a general func to run kubectl commands
204+
// RunKubectlCommandWithInput is a general func to run kubectl commands
205205
func (kt *KubebuilderTest) RunKubectlCommandWithInput(cmdOptions []string, stdinInput string) (string, error) {
206206
cmd := exec.Command("kubectl", cmdOptions...)
207207
stdin, err := cmd.StdinPipe()

0 commit comments

Comments
 (0)