We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46be128 commit a01e278Copy full SHA for a01e278
cmd/clusterctl/cmd/root.go
@@ -216,7 +216,7 @@ func handlePlugins() {
216
case "help", cobra.ShellCompRequestCmd, cobra.ShellCompNoDescRequestCmd:
217
// Don't search for a plugin
218
default:
219
- if err := kubectlcmd.HandlePluginCommand(pluginHandler, cmdPathPieces, false); err != nil {
+ if err := kubectlcmd.HandlePluginCommand(pluginHandler, cmdPathPieces, 0); err != nil {
220
fmt.Fprintf(os.Stderr, "Error: %v\n", err)
221
os.Exit(1)
222
}
0 commit comments