Skip to content

Commit a01e278

Browse files
committed
Adjust clusterctl to changes in kubectl
Signed-off-by: Stefan Büringer [email protected]
1 parent 46be128 commit a01e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clusterctl/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func handlePlugins() {
216216
case "help", cobra.ShellCompRequestCmd, cobra.ShellCompNoDescRequestCmd:
217217
// Don't search for a plugin
218218
default:
219-
if err := kubectlcmd.HandlePluginCommand(pluginHandler, cmdPathPieces, false); err != nil {
219+
if err := kubectlcmd.HandlePluginCommand(pluginHandler, cmdPathPieces, 0); err != nil {
220220
fmt.Fprintf(os.Stderr, "Error: %v\n", err)
221221
os.Exit(1)
222222
}

0 commit comments

Comments
 (0)