Skip to content

Commit b0a1dac

Browse files
committed
Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <[email protected]>
1 parent 5ca2489 commit b0a1dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/e2e/kubebuildertest.go

Lines changed: 1 addition & 1 deletion
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)