From 20e687f094dd78c8d25d450fb1cf1cacfcb36c9f Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 4 May 2022 17:36:31 +0200 Subject: [PATCH] fix naming in error message --- ocis-pkg/shared/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis-pkg/shared/errors.go b/ocis-pkg/shared/errors.go index 5768fafb122..d7f174d3816 100644 --- a/ocis-pkg/shared/errors.go +++ b/ocis-pkg/shared/errors.go @@ -55,7 +55,7 @@ func MissingServiceUserPassword(service, serviceUser string) error { } func MissingSystemUserID(service string) error { - return fmt.Errorf("The metadata user ID has not been configured for %s. "+ + return fmt.Errorf("The system user ID has not been configured for %s. "+ "Make sure your %s config contains the proper values "+ "(e.g. by running ocis init or setting it manually in "+ "the config/corresponding environment variable).",