Skip to content

Commit

Permalink
fix(plugins/plugin-kubectl): oc get namespaces doesn't produce a Ra…
Browse files Browse the repository at this point in the history
…dioTable

Fixes #5227
  • Loading branch information
myan9 authored and starpit committed Jul 22, 2020
1 parent d38ae99 commit ea16844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function registerOcProjectGet(registrar: Registrar) {
Object.assign({}, defaultFlags, { viewTransformer })
)

const aliases = ['project', 'projects', 'ns', 'namespace']
const aliases = ['project', 'projects', 'ns', 'namespace', 'namespaces']
aliases.forEach(ns => {
registrar.listen(
`/${commandPrefix}/oc/get/${ns}`,
Expand Down

0 comments on commit ea16844

Please sign in to comment.