Skip to content

Commit

Permalink
Merge pull request #10742 from juanvallejo/jvallejo_fix-oc-describe-s…
Browse files Browse the repository at this point in the history
…uggestion-in-oc-rsh

Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Oct 14, 2016
2 parents f096e61 + 601285a commit eb03ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/cli/cmd/rsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ func NewCmdRsh(name string, parent string, f *clientcmd.Factory, in io.Reader, o
Stdin: true,
},

Executor: &kubecmd.DefaultRemoteExecutor{},
FullCmdName: parent,
Executor: &kubecmd.DefaultRemoteExecutor{},
},
}

Expand Down

0 comments on commit eb03ab0

Please sign in to comment.