We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
buehler
Learn more about funding links in repositories.
Report abuse
1 parent 570ba5f commit 4495781Copy full SHA for 4495781
src/KubeOps/Operator/Commands/RunOperator.cs
@@ -10,7 +10,7 @@ namespace KubeOps.Operator.Commands;
10
[Subcommand(typeof(Install))]
11
[Subcommand(typeof(Uninstall))]
12
[Subcommand(typeof(Management.Webhooks.Webhooks))]
13
-[Subcommand(typeof(Version))]
+[Subcommand(typeof(Utilities.Version))]
14
internal class RunOperator
15
{
16
private readonly IHost _host;
0 commit comments