Skip to content

Commit

Permalink
fix: version command (#591)
Browse files Browse the repository at this point in the history
Because System is a global import, this Version class actually refers to
[Version Class (System) | Microsoft
Learn](https://learn.microsoft.com/en-us/dotnet/api/system.version?view=net-7.0).

Co-authored-by: Christoph Bühler <buehler@users.noreply.github.com>
  • Loading branch information
stevefan1999-personal and buehler committed Aug 28, 2023
1 parent 570ba5f commit 4495781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubeOps/Operator/Commands/RunOperator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4495781

Please sign in to comment.