diff --git a/src/KubeOps/Operator/Commands/RunOperator.cs b/src/KubeOps/Operator/Commands/RunOperator.cs index 9820ac2e..d0dc5d54 100644 --- a/src/KubeOps/Operator/Commands/RunOperator.cs +++ b/src/KubeOps/Operator/Commands/RunOperator.cs @@ -10,7 +10,7 @@ namespace KubeOps.Operator.Commands; [Subcommand(typeof(Install))] [Subcommand(typeof(Uninstall))] [Subcommand(typeof(Management.Webhooks.Webhooks))] -[Subcommand(typeof(Version))] +[Subcommand(typeof(Utilities.Version))] internal class RunOperator { private readonly IHost _host;