Skip to content

Commit

Permalink
no need to add the "topicocmrefs" a second time
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Jan 7, 2025
1 parent 9f9b04c commit 8708342
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmds/ocm/commands/ocmcmds/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func NewCommand(ctx clictx.Context) *cobra.Command {
cmd.AddCommand(verified.NewCommand(ctx))
cmd.AddCommand(featuregates.NewCommand(ctx))

cmd.AddCommand(utils.DocuCommandPath(topicocmrefs.New(ctx), "ocm"))
cmd.AddCommand(utils.DocuCommandPath(topicocmrefs.New(ctx), "ocm"))
cmd.AddCommand(utils.DocuCommandPath(topicocmaccessmethods.New(ctx), "ocm"))
cmd.AddCommand(utils.DocuCommandPath(topicocmuploaders.New(ctx), "ocm"))
Expand Down
1 change: 0 additions & 1 deletion docs/reference/ocm_ocm.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ ocm ocm [<options>] <sub command> ...
* [ocm <b>ocm-accessmethods</b>](ocm_ocm-accessmethods.md) &mdash; List of all supported access methods
* [ocm <b>ocm-downloadhandlers</b>](ocm_ocm-downloadhandlers.md) &mdash; List of all available download handlers
* [ocm <b>ocm-references</b>](ocm_ocm-references.md) &mdash; notation for OCM references
* [ocm <b>ocm-references</b>](ocm_ocm-references.md) &mdash; notation for OCM references
* [ocm <b>ocm-uploadhandlers</b>](ocm_ocm-uploadhandlers.md) &mdash; List of all available upload handlers

0 comments on commit 8708342

Please sign in to comment.