Skip to content

Commit

Permalink
remove experimental subcommand
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <adc@redhat.com>
  • Loading branch information
acornett21 committed Jan 3, 2024
1 parent 9510ee3 commit fd76ea5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
36 changes: 0 additions & 36 deletions cmd/preflight/cmd/experimental.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/preflight/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func rootCmd() *cobra.Command {
rootCmd.AddCommand(listChecksCmd())
rootCmd.AddCommand(runtimeAssetsCmd())
rootCmd.AddCommand(supportCmd())
rootCmd.AddCommand(experimentalCmd())

return rootCmd
}
Expand Down

0 comments on commit fd76ea5

Please sign in to comment.