We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce6c99 commit f2883eaCopy full SHA for f2883ea
1 file changed
internal/cmd/postgresflex/user/describe/describe.go
@@ -68,7 +68,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
68
req := buildRequest(ctx, model, apiClient)
69
resp, err := req.Execute()
70
if err != nil {
71
- return fmt.Errorf("get MongoDB Flex user: %w", err)
+ return fmt.Errorf("get postgresflex user: %w", err)
72
}
73
74
return outputResult(params.Printer, model.OutputFormat, *resp.Item)
0 commit comments