From 052ebf164507ecad18a153e9d6e29125c074b210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 30 Jul 2024 17:13:32 +0200 Subject: [PATCH] Update services/storage-users/pkg/config/config.go Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com> --- services/storage-users/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storage-users/pkg/config/config.go b/services/storage-users/pkg/config/config.go index d69257fc7f..ef852f6616 100644 --- a/services/storage-users/pkg/config/config.go +++ b/services/storage-users/pkg/config/config.go @@ -59,7 +59,7 @@ type Log struct { // Service holds general service configuration type Service struct { - Name string `yaml:"-" env:"STORAGE_USERS_SERVICE_NAME" desc:"Service name to use. Change this when starting an additional storage provider with a custom configuration to prevent it from colliding with the default 'storage-users' service."` + Name string `yaml:"-" env:"STORAGE_USERS_SERVICE_NAME" desc:"Service name to use. Change this when starting an additional storage provider with a custom configuration to prevent it from colliding with the default 'storage-users' service." introductionVersion:"%%NEXT%%"` } // Debug is the configuration for the debug server