Skip to content

Commit

Permalink
Merge pull request #12781 from juanvallejo/jvallejo/dont-use-basecmdn…
Browse files Browse the repository at this point in the history
…ame-oc-version

Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Mar 13, 2017
2 parents 18b1328 + 908676d commit 9e4e2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func CommandFor(basename string) *cobra.Command {
case "kubectl":
cmd = NewCmdKubectl(basename, out)
default:
cmd = NewCommandCLI(basename, basename, in, out, errout)
cmd = NewCommandCLI("oc", "oc", in, out, errout)
}

if cmd.UsageFunc() == nil {
Expand Down

0 comments on commit 9e4e2e7

Please sign in to comment.