Skip to content

Commit 9a148c5

Browse files
committed
fix: fix wrong subcommand
1 parent bfa8d89 commit 9a148c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ commands:
1818
subCommand: "list"
1919
- name: "clusters"
2020
baseArgs: ["list", "clusters"]
21-
subCommand: "clusters"
21+
subCommand: "list"
2222
- name: "provider"
2323
baseArgs: ["remove", "provider"]
2424
subCommand: "remove"

0 commit comments

Comments
 (0)