Skip to content

Commit

Permalink
fix naming in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed May 4, 2022
1 parent f812f66 commit 20e687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocis-pkg/shared/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).",
Expand Down

0 comments on commit 20e687f

Please sign in to comment.