Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 9867189

Browse files
committed
fix(plugins/plugin-openwhisk): missing wsk prefix to auth switch
this affects the `wsk auth list` click handlers Fixes #2872
1 parent 77b88b0 commit 9867189

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-openwhisk/src/lib/cmds

1 file changed

+1
-1
lines changed

plugins/plugin-openwhisk/src/lib/cmds/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const list = async (): Promise<Tables.Table> => {
278278
}
279279

280280
const onclick = async () => {
281-
await REPL.qexec(`auth switch ${REPL.encodeComponent(ns.namespace)}`)
281+
await REPL.qexec(`wsk auth switch ${REPL.encodeComponent(ns.namespace)}`)
282282
row.setSelected()
283283
}
284284

0 commit comments

Comments
 (0)