fix naming in error message

This commit is contained in:
Michael Barz
2022-05-04 17:36:31 +02:00
parent f812f66191
commit 20e687f094

View File

@@ -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).",