Skip to content

Commit

Permalink
Merge pull request #20360 from bysnupy/patch-1
Browse files Browse the repository at this point in the history
Correct the typo in the command examples comments.
  • Loading branch information
openshift-merge-robot authored Jul 29, 2018
2 parents 1d3b222 + 2ef20cc commit b92af6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oc/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func NewCommandCLI(name, fullName string, in io.Reader, out, errout io.Writer) *
templates.ActsAsRootCommand(cmds, filters, groups...).
ExposeFlags(loginCmd, "certificate-authority", "insecure-skip-tls-verify", "token")

cmds.AddCommand(newExperimentalCommand("ex", name+"ex", f, ioStreams))
cmds.AddCommand(newExperimentalCommand("ex", name+" ex", f, ioStreams))

cmds.AddCommand(kubectlwrappers.NewCmdPlugin(fullName, f, ioStreams))
if name == fullName {
Expand Down

0 comments on commit b92af6e

Please sign in to comment.