Skip to content

Commit

Permalink
remove 8.15 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Jun 21, 2024
1 parent 18cbd5b commit 2c122a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pkg/agent/cmd/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ func NewCommandWithArgs(args []string, streams *cli.IOStreams) *cobra.Command {
addCommandIfNotNil(cmd, newUpgradeCommandWithArgs(args, streams))
addCommandIfNotNil(cmd, newEnrollCommandWithArgs(args, streams))
addCommandIfNotNil(cmd, newInspectCommandWithArgs(args, streams))
addCommandIfNotNil(cmd, newPrivilegedCommandWithArgs(args, streams))
addCommandIfNotNil(cmd, newUnprivilegedCommandWithArgs(args, streams))
addCommandIfNotNil(cmd, newWatchCommandWithArgs(args, streams))
addCommandIfNotNil(cmd, newContainerCommand(args, streams))
addCommandIfNotNil(cmd, newStatusCommand(args, streams))
Expand Down

0 comments on commit 2c122a7

Please sign in to comment.