Skip to content

Commit

Permalink
Fix function comments based on best practices from Effective Go
Browse files Browse the repository at this point in the history
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
  • Loading branch information
CodeLingoBot committed Mar 11, 2019
1 parent 5ca2489 commit b0a1dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/internal/e2e/kubebuildertest.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (kt *KubebuilderTest) RunKubectlCommand(cmdOptions []string) (string, error
return string(output), err
}

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

0 comments on commit b0a1dac

Please sign in to comment.