diff --git a/pkg/kubectl/cmd/logs.go b/pkg/kubectl/cmd/logs.go index 08e18b8f41b..f0fbdd87cd9 100644 --- a/pkg/kubectl/cmd/logs.go +++ b/pkg/kubectl/cmd/logs.go @@ -85,7 +85,7 @@ type LogsOptions struct { Out io.Writer } -// NewCmdLog creates a new pod logs command +// NewCmdLogs creates a new pod logs command func NewCmdLogs(f cmdutil.Factory, out io.Writer) *cobra.Command { o := &LogsOptions{} cmd := &cobra.Command{