From aa58143fb6c8a12cca0c633a2d2185c2f1096c71 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Tue, 3 Sep 2024 08:59:35 +0200 Subject: [PATCH] [docs-only] Small fix for ocm envvar description text --- services/ocm/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ocm/pkg/config/config.go b/services/ocm/pkg/config/config.go index 86b6874984..c11efe7a48 100644 --- a/services/ocm/pkg/config/config.go +++ b/services/ocm/pkg/config/config.go @@ -103,7 +103,7 @@ type OCMInviteManagerDrivers struct { } type OCMInviteManagerJSONDriver struct { - File string `yaml:"file" env:"OCM_OCM_INVITE_MANAGER_JSON_FILE" desc:"Path to the JSON file where OCM invite data will be stored. This file is maintained by the instance and must not be changed manually. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage." introductionVersion:"5.0"` + File string `yaml:"file" env:"OCM_OCM_INVITE_MANAGER_JSON_FILE" desc:"Path to the JSON file where OCM invite data will be stored. This file is maintained by the instance and must not be changed manually. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage/ocm." introductionVersion:"5.0"` } type OCMProviderAuthorizerDrivers struct {