From de206b443f341accd8c47d5096bde86e6b08a3b3 Mon Sep 17 00:00:00 2001 From: Uwe Krueger Date: Mon, 16 Dec 2024 09:41:24 +0100 Subject: [PATCH] fix toi doc --- cmds/ocm/topics/toi/bootstrapping/topic.go | 2 +- docs/reference/ocm_toi-bootstrapping.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds/ocm/topics/toi/bootstrapping/topic.go b/cmds/ocm/topics/toi/bootstrapping/topic.go index 814c267c24..5b81157450 100644 --- a/cmds/ocm/topics/toi/bootstrapping/topic.go +++ b/cmds/ocm/topics/toi/bootstrapping/topic.go @@ -172,7 +172,7 @@ to executors. It uses the following fields: the executor will be used for all actions. The first matching executor entry will be used to execute an action by the bootstrap command -- **resourceRef** *[]ResourceReference* +- **resourceRef** *ResourceReference* An OCM resource reference describing a component version resource relative to the component version containing the package resource. diff --git a/docs/reference/ocm_toi-bootstrapping.md b/docs/reference/ocm_toi-bootstrapping.md index a128663808..87ddf03603 100644 --- a/docs/reference/ocm_toi-bootstrapping.md +++ b/docs/reference/ocm_toi-bootstrapping.md @@ -113,7 +113,7 @@ to executors. It uses the following fields: the executor will be used for all actions. The first matching executor entry will be used to execute an action by the bootstrap command -- **resourceRef** *[]ResourceReference* +- **resourceRef** *ResourceReference* An OCM resource reference describing a component version resource relative to the component version containing the package resource.